Move imports in rflink component (#27367)

* Move imports in rflink component

* import order

* import order

* Update __init__.py

* Update __init__.py

I don't understand why tests are failing...

* Fix RFLink imports

* Fix monkeypatch for 'create_rflink_connection'

* isort for rflink classes
This commit is contained in:
javicalle 2019-10-13 22:19:11 +02:00 committed by Franck Nijhof
parent 2acd3f9e98
commit dd8fc41747
8 changed files with 28 additions and 28 deletions

View file

@ -7,12 +7,13 @@ automatic sensor creation.
from homeassistant.components.rflink import (
CONF_RECONNECT_INTERVAL,
TMP_ENTITY,
DATA_ENTITY_LOOKUP,
EVENT_KEY_COMMAND,
EVENT_KEY_SENSOR,
TMP_ENTITY,
)
from homeassistant.const import STATE_UNKNOWN
from tests.components.rflink.test_init import mock_rflink
DOMAIN = "sensor"