Move imports to top for sense (#29258)
This commit is contained in:
parent
2bdf7fc8f5
commit
c4c8a1ba2d
3 changed files with 9 additions and 8 deletions
|
@ -2,8 +2,8 @@
|
|||
import logging
|
||||
|
||||
from homeassistant.components.binary_sensor import BinarySensorDevice
|
||||
from homeassistant.helpers.dispatcher import async_dispatcher_connect
|
||||
from homeassistant.core import callback
|
||||
from homeassistant.helpers.dispatcher import async_dispatcher_connect
|
||||
|
||||
from . import SENSE_DATA, SENSE_DEVICE_UPDATE
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue