Fix schema typing (1) (#120443)
This commit is contained in:
parent
f017134199
commit
197062139e
6 changed files with 7 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue