Move imports in hue component (#28121)

This commit is contained in:
javicalle 2019-10-23 07:58:57 +02:00 committed by Paulus Schoutsen
parent 25fd930d67
commit 8bdec13bad
6 changed files with 48 additions and 48 deletions

View file

@ -1,6 +1,6 @@
"""Helper functions for Philips Hue."""
from homeassistant.helpers.entity_registry import async_get_registry as get_ent_reg
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 .const import DOMAIN