Move imports to top for deconz (#29489)

This commit is contained in:
springstan 2019-12-05 06:17:18 +01:00 committed by Paulus Schoutsen
parent 8647ba3dd5
commit 89c7629215
8 changed files with 12 additions and 15 deletions

View file

@ -1,11 +1,11 @@
"""Support for deCONZ covers."""
from homeassistant.components.cover import (
ATTR_POSITION,
CoverDevice,
SUPPORT_CLOSE,
SUPPORT_OPEN,
SUPPORT_STOP,
SUPPORT_SET_POSITION,
SUPPORT_STOP,
CoverDevice,
)
from homeassistant.core import callback
from homeassistant.helpers.dispatcher import async_dispatcher_connect