Remove unused config_flows (#46188)
parent
d02b78c634
commit
66ecd2e0f2
|
@ -16,7 +16,6 @@ from homeassistant.const import (
|
|||
from homeassistant.helpers import config_validation as cv, discovery
|
||||
|
||||
# Loading the config flow file will register the flow
|
||||
from . import config_flow # noqa: F401
|
||||
from .const import (
|
||||
CONF_ACCESS_KEY_ID,
|
||||
CONF_CONTEXT,
|
||||
|
|
|
@ -16,7 +16,6 @@ from homeassistant.helpers.device_registry import CONNECTION_NETWORK_MAC
|
|||
from homeassistant.helpers.typing import HomeAssistantType
|
||||
from homeassistant.util import Throttle
|
||||
|
||||
from . import config_flow # noqa: F401
|
||||
from .const import CONF_UUID, KEY_MAC, TIMEOUT
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
|
|
@ -40,7 +40,6 @@ from homeassistant.util.async_ import run_callback_threadsafe
|
|||
from homeassistant.util.logging import catch_log_exception
|
||||
|
||||
# Loading the config flow file will register the flow
|
||||
from . import config_flow # noqa: F401 pylint: disable=unused-import
|
||||
from . import debug_info, discovery
|
||||
from .const import (
|
||||
ATTR_PAYLOAD,
|
||||
|
|
|
@ -12,7 +12,6 @@ import homeassistant.helpers.config_validation as cv
|
|||
from homeassistant.helpers.dispatcher import async_dispatcher_send
|
||||
from homeassistant.helpers.event import async_call_later
|
||||
|
||||
from . import config_flow # noqa: F401
|
||||
from .const import (
|
||||
CONF_HOST,
|
||||
DOMAIN,
|
||||
|
|
|
@ -16,7 +16,6 @@ from homeassistant.helpers.event import async_track_time_interval
|
|||
from homeassistant.helpers.typing import ConfigType, HomeAssistantType
|
||||
from homeassistant.util.json import load_json
|
||||
|
||||
from . import config_flow # noqa: F401
|
||||
from .const import (
|
||||
ATTR_TRADFRI_GATEWAY,
|
||||
ATTR_TRADFRI_GATEWAY_MODEL,
|
||||
|
|
|
@ -36,7 +36,6 @@ from homeassistant.helpers.event import async_track_time_change
|
|||
from homeassistant.util import convert
|
||||
import homeassistant.util.dt as dt_util
|
||||
|
||||
from . import config_flow # noqa: F401 pylint: disable=unused-import
|
||||
from . import const, websocket_api as wsapi, workaround
|
||||
from .const import (
|
||||
CONF_AUTOHEAL,
|
||||
|
|
Loading…
Reference in New Issue