Improve type hints in modern_forms config flow (#130698)

This commit is contained in:
epenet
2024-11-15 13:52:44 +01:00
committed by GitHub
parent 46ecdc680c
commit 4140999bdb

View File

@@ -24,7 +24,7 @@ class ModernFormsFlowHandler(ConfigFlow, domain=DOMAIN):
host: str | None = None host: str | None = None
mac: str | None = None mac: str | None = None
name: str | None = None name: str
async def async_step_user( async def async_step_user(
self, user_input: dict[str, Any] | None = None self, user_input: dict[str, Any] | None = None