Add __init__ return type to integrations (#87637)

This commit is contained in:
epenet 2023-02-07 15:55:14 +01:00 committed by GitHub
parent 785b949a82
commit 1b23429f41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
44 changed files with 44 additions and 44 deletions

View file

@ -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