We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f12e602 commit 898a9cdCopy full SHA for 898a9cd
custom_components/maint/config_flow.py
@@ -4,7 +4,6 @@
4
5
from typing import TYPE_CHECKING, Any
6
7
-import voluptuous as vol
8
from homeassistant import config_entries
9
10
from .const import (
@@ -15,8 +14,6 @@
15
14
if TYPE_CHECKING:
16
from collections.abc import Mapping
17
18
- from homeassistant.config_entries import ConfigEntry
19
-
20
21
class ConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
22
"""Handle a config flow for Maint."""
0 commit comments