mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Cleanup unused class attr for MQTT config flow (#116653)
This commit is contained in:
parent
949ef49c09
commit
2ec9728edb
@ -197,7 +197,6 @@ class FlowHandler(ConfigFlow, domain=DOMAIN):
|
|||||||
|
|
||||||
entry: ConfigEntry | None
|
entry: ConfigEntry | None
|
||||||
_hassio_discovery: dict[str, Any] | None = None
|
_hassio_discovery: dict[str, Any] | None = None
|
||||||
_reauth_config_entry: ConfigEntry | None = None
|
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
@callback
|
@callback
|
||||||
|
Loading…
x
Reference in New Issue
Block a user