mirror of
https://github.com/Andre0512/hon.git
synced 2025-05-18 00:54:22 -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 pathlib import Path
|
||||
|
||||
import voluptuous as vol # type: ignore[import]
|
||||
import voluptuous as vol # type: ignore[import-untyped]
|
||||
from homeassistant.config_entries import ConfigEntry
|
||||
from homeassistant.const import CONF_EMAIL, CONF_PASSWORD
|
||||
from homeassistant.helpers import config_validation as cv, aiohttp_client
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue