From 7dd312e3126a1033ed3a6d10bcca043c9b89f475 Mon Sep 17 00:00:00 2001 From: elden1337 Date: Sun, 7 Jul 2024 15:57:40 +0000 Subject: [PATCH] Auto Format --- custom_components/peaqev/__init__.py | 1 + custom_components/peaqev/config_flow.py | 1 + 2 files changed, 2 insertions(+) diff --git a/custom_components/peaqev/__init__.py b/custom_components/peaqev/__init__.py index 4d8d48ce..f87b6dc8 100644 --- a/custom_components/peaqev/__init__.py +++ b/custom_components/peaqev/__init__.py @@ -11,6 +11,7 @@ HubOptions from custom_components.peaqev.peaqservice.util.constants import TYPELITE from custom_components.peaqev.services import async_prepare_register_services + from .const import DOMAIN, PLATFORMS from .peaqservice.chargertypes.models.chargertypes_enum import ChargerType from .peaqservice.hub.hub_factory import HubFactory diff --git a/custom_components/peaqev/config_flow.py b/custom_components/peaqev/config_flow.py index 87564bf0..21ffc36b 100644 --- a/custom_components/peaqev/config_flow.py +++ b/custom_components/peaqev/config_flow.py @@ -21,6 +21,7 @@ FUSES_LIST from custom_components.peaqev.peaqservice.util.constants import ( CAUTIONHOURTYPE_NAMES, TYPELITE, CautionHourType) + from .const import DOMAIN # pylint:disable=unused-import from .peaqservice.chargertypes.models.chargertypes_enum import ChargerType