Address late review of Tankerkoenig package move (#109277)

pull/109883/head
Jan-Philipp Benecke 2024-02-01 11:14:33 +01:00 committed by Franck Nijhof
parent 0b6df23ee5
commit 1353c1d24c
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
1 changed files with 5 additions and 2 deletions

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