Address late review of Tankerkoenig package move (#109277)

This commit is contained in:
Jan-Philipp Benecke 2024-02-01 11:14:33 +01:00 committed by GitHub
parent f791c77f3b
commit 286c5faa79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,8 +57,11 @@ class FlowHandler(config_entries.ConfigFlow, domain=DOMAIN):
VERSION = 1
_data: dict[str, Any] = {}
_stations: dict[str, str] = {}
def __init__(self) -> None:
"""Init the FlowHandler."""
super().__init__()
self._data: dict[str, Any] = {}
self._stations: dict[str, str] = {}
@staticmethod
@callback