Update SignalType imports (#114287)
This commit is contained in:
parent
1a46158a1d
commit
1120745d4e
5 changed files with 5 additions and 5 deletions
|
@ -76,7 +76,6 @@ from homeassistant.helpers import (
|
|||
translation,
|
||||
)
|
||||
from homeassistant.helpers.dispatcher import (
|
||||
SignalType,
|
||||
async_dispatcher_connect,
|
||||
async_dispatcher_send,
|
||||
)
|
||||
|
@ -95,6 +94,7 @@ from homeassistant.util.json import (
|
|||
json_loads_array,
|
||||
json_loads_object,
|
||||
)
|
||||
from homeassistant.util.signal_type import SignalType
|
||||
from homeassistant.util.unit_system import METRIC_SYSTEM
|
||||
import homeassistant.util.uuid as uuid_util
|
||||
import homeassistant.util.yaml.loader as yaml_loader
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue