Skip to content

Commit 9c25cf3

Browse files
committed
Ignore some mypy notices
1 parent 453f7d7 commit 9c25cf3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

custom_components/zha_toolkit/config_flow.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@
3737
# OPTIONS_SCHEMA = vol.Schema({vol.Optional(CONF_NM, default="go"): cv.string})
3838

3939

40-
class ZhaToolkitCustomConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
40+
class ZhaToolkitCustomConfigFlow(
41+
config_entries.ConfigFlow, domain=DOMAIN
42+
): # type:ignore[call-arg]
4143
"""Zha Toolkit Custom config flow."""
4244

4345
VERSION = 0

0 commit comments

Comments
 (0)