Cleanup unused class attr for MQTT config flow (#116653)

This commit is contained in:
Jan Bouwhuis 2024-05-02 23:09:16 +02:00 committed by GitHub
parent 949ef49c09
commit 2ec9728edb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -197,7 +197,6 @@ class FlowHandler(ConfigFlow, domain=DOMAIN):
entry: ConfigEntry | None
_hassio_discovery: dict[str, Any] | None = None
_reauth_config_entry: ConfigEntry | None = None
@staticmethod
@callback