mirror of
https://github.com/Andre0512/hon.git
synced 2025-05-13 22:54:23 -04:00
Fix mypy errors
This commit is contained in:
parent
c8f45ae4bc
commit
a00b80be95
3 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
import logging
|
||||
from typing import Any
|
||||
|
||||
import voluptuous as vol # type: ignore[import]
|
||||
import voluptuous as vol # type: ignore[import-untyped]
|
||||
from homeassistant import config_entries
|
||||
from homeassistant.const import CONF_EMAIL, CONF_PASSWORD
|
||||
from homeassistant.data_entry_flow import FlowResult
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue