Fix schema typing (1) (#120443)

This commit is contained in:
Marc Mueller 2024-06-25 18:54:06 +02:00 committed by GitHub
parent f017134199
commit 197062139e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 7 additions and 9 deletions

View file

@ -188,7 +188,7 @@ class VizioConfigFlow(ConfigFlow, domain=DOMAIN):
def __init__(self) -> None:
"""Initialize config flow."""
self._user_schema = None
self._user_schema: vol.Schema | None = None
self._must_show_form: bool | None = None
self._ch_type: str | None = None
self._pairing_token: str | None = None