Add missing type hint in monarch_money (#126019)
parent
56d00fd0c8
commit
e0d18c621b
|
@ -103,7 +103,7 @@ class MonarchMoneyConfigFlow(ConfigFlow, domain=DOMAIN):
|
||||||
|
|
||||||
VERSION = 1
|
VERSION = 1
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self) -> None:
|
||||||
"""Initialize config flow."""
|
"""Initialize config flow."""
|
||||||
self.email: str | None = None
|
self.email: str | None = None
|
||||||
self.password: str | None = None
|
self.password: str | None = None
|
||||||
|
|
Loading…
Reference in New Issue