Skip to content

Commit

Permalink
Ignore some mypy notices
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeweerd committed Dec 30, 2024
1 parent 453f7d7 commit 9c25cf3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion custom_components/zha_toolkit/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@
# OPTIONS_SCHEMA = vol.Schema({vol.Optional(CONF_NM, default="go"): cv.string})


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

VERSION = 0
Expand Down

0 comments on commit 9c25cf3

Please sign in to comment.