mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Add missing type hint in monarch_money (#126019)
This commit is contained in:
parent
56d00fd0c8
commit
e0d18c621b
@ -103,7 +103,7 @@ class MonarchMoneyConfigFlow(ConfigFlow, domain=DOMAIN):
|
||||
|
||||
VERSION = 1
|
||||
|
||||
def __init__(self):
|
||||
def __init__(self) -> None:
|
||||
"""Initialize config flow."""
|
||||
self.email: str | None = None
|
||||
self.password: str | None = None
|
||||
|
Loading…
x
Reference in New Issue
Block a user