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
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue