Skip to content

Commit 898a9cd

Browse files
committed
Fix linting errors
1 parent f12e602 commit 898a9cd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

custom_components/maint/config_flow.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
from typing import TYPE_CHECKING, Any
66

7-
import voluptuous as vol
87
from homeassistant import config_entries
98

109
from .const import (
@@ -15,8 +14,6 @@
1514
if TYPE_CHECKING:
1615
from collections.abc import Mapping
1716

18-
from homeassistant.config_entries import ConfigEntry
19-
2017

2118
class ConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
2219
"""Handle a config flow for Maint."""

0 commit comments

Comments
 (0)