Move imports to top for tradfri (#29247)

This commit is contained in:
springstan 2019-12-01 06:23:39 +01:00 committed by Paulus Schoutsen
parent 93150f6f94
commit 9fbb345ce0
8 changed files with 38 additions and 33 deletions

View file

@ -5,6 +5,7 @@ from pytradfri.error import PytradfriError
from homeassistant.core import callback
from homeassistant.helpers.entity import Entity
from .const import DOMAIN
_LOGGER = logging.getLogger(__name__)