Move imports to top for mysensors (#29517)

This commit is contained in:
springstan 2019-12-05 19:54:43 +01:00 committed by Martin Hjelmare
parent ec8ea02273
commit b4fda5faab
8 changed files with 9 additions and 9 deletions

View file

@ -2,10 +2,10 @@
from homeassistant.components import mysensors
from homeassistant.components.sensor import DOMAIN
from homeassistant.const import (
ENERGY_KILO_WATT_HOUR,
POWER_WATT,
TEMP_CELSIUS,
TEMP_FAHRENHEIT,
POWER_WATT,
ENERGY_KILO_WATT_HOUR,
)
SENSORS = {