Add __init__ return type to integrations (#87637)
This commit is contained in:
parent
785b949a82
commit
1b23429f41
44 changed files with 44 additions and 44 deletions
|
@ -83,7 +83,7 @@ class ConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
|
|||
|
||||
VERSION = 1
|
||||
|
||||
def __init__(self):
|
||||
def __init__(self) -> None:
|
||||
"""Init flume config flow."""
|
||||
self._reauth_unique_id = None
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue