Move imports to top for sense (#29258)

This commit is contained in:
springstan 2019-12-01 06:35:45 +01:00 committed by Paulus Schoutsen
parent 2bdf7fc8f5
commit c4c8a1ba2d
3 changed files with 9 additions and 8 deletions

View file

@ -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