Move imports to top for hue (#29501)

This commit is contained in:
springstan 2019-12-05 13:19:50 +01:00 committed by Franck Nijhof
parent 086d1f432d
commit 009e4df6ef
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
"""Helper functions for Philips Hue."""
from homeassistant import config_entries
from homeassistant.helpers.device_registry import async_get_registry as get_dev_reg
from homeassistant.helpers.entity_registry import async_get_registry as get_ent_reg
from homeassistant import config_entries
from .const import DOMAIN