Move imports to top for luci (#29388)

pull/29390/merge
springstan 2019-12-04 11:13:22 +01:00 committed by Fabian Affolter
parent 695ec0c219
commit 49232332a1
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,7 @@
"""Support for OpenWRT (luci) routers."""
import logging
from openwrt_luci_rpc import OpenWrtRpc
import voluptuous as vol
from homeassistant.components.device_tracker import (
@ -45,7 +46,6 @@ class LuciDeviceScanner(DeviceScanner):
def __init__(self, config):
"""Initialize the scanner."""
from openwrt_luci_rpc import OpenWrtRpc
self.router = OpenWrtRpc(
config[CONF_HOST],