mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 04:37:06 +00:00
Improve type hints in system_bridge config flow (#130697)
This commit is contained in:
parent
4140999bdb
commit
ca7e73c42f
@ -120,9 +120,10 @@ class SystemBridgeConfigFlow(
|
||||
VERSION = 1
|
||||
MINOR_VERSION = 2
|
||||
|
||||
_name: str
|
||||
|
||||
def __init__(self) -> None:
|
||||
"""Initialize flow."""
|
||||
self._name: str | None = None
|
||||
self._input: dict[str, Any] = {}
|
||||
|
||||
async def async_step_user(
|
||||
|
Loading…
x
Reference in New Issue
Block a user