Fix mypy errors
This commit is contained in:
parent
c8f45ae4bc
commit
a00b80be95
@ -1,7 +1,7 @@
|
|||||||
import logging
|
import logging
|
||||||
from pathlib import Path
|
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.config_entries import ConfigEntry
|
||||||
from homeassistant.const import CONF_EMAIL, CONF_PASSWORD
|
from homeassistant.const import CONF_EMAIL, CONF_PASSWORD
|
||||||
from homeassistant.helpers import config_validation as cv, aiohttp_client
|
from homeassistant.helpers import config_validation as cv, aiohttp_client
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
import logging
|
import logging
|
||||||
from typing import Any
|
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 import config_entries
|
||||||
from homeassistant.const import CONF_EMAIL, CONF_PASSWORD
|
from homeassistant.const import CONF_EMAIL, CONF_PASSWORD
|
||||||
from homeassistant.data_entry_flow import FlowResult
|
from homeassistant.data_entry_flow import FlowResult
|
||||||
|
@ -2,4 +2,3 @@ black>=22.12
|
|||||||
flake8>=6.0
|
flake8>=6.0
|
||||||
mypy>=0.991
|
mypy>=0.991
|
||||||
pylint>=2.15
|
pylint>=2.15
|
||||||
setuptools>=62.3
|
|
||||||
|
Loading…
Reference in New Issue
Block a user