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

@ -54,7 +54,7 @@ class AlarmDecoderFlowHandler(config_entries.ConfigFlow, domain=DOMAIN):
VERSION = 1
def __init__(self):
def __init__(self) -> None:
"""Initialize AlarmDecoder ConfigFlow."""
self.protocol = None