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
|
@ -19,7 +19,7 @@ class AzureDevOpsFlowHandler(ConfigFlow, domain=DOMAIN):
|
|||
|
||||
VERSION = 1
|
||||
|
||||
def __init__(self):
|
||||
def __init__(self) -> None:
|
||||
"""Initialize config flow."""
|
||||
self._organization: str | None = None
|
||||
self._project: str | None = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue