File tree 3 files changed +2
-3
lines changed
3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
import logging
2
2
from pathlib import Path
3
3
4
- import voluptuous as vol # type: ignore[import]
4
+ import voluptuous as vol # type: ignore[import-untyped ]
5
5
from homeassistant .config_entries import ConfigEntry
6
6
from homeassistant .const import CONF_EMAIL , CONF_PASSWORD
7
7
from homeassistant .helpers import config_validation as cv , aiohttp_client
Original file line number Diff line number Diff line change 1
1
import logging
2
2
from typing import Any
3
3
4
- import voluptuous as vol # type: ignore[import]
4
+ import voluptuous as vol # type: ignore[import-untyped ]
5
5
from homeassistant import config_entries
6
6
from homeassistant .const import CONF_EMAIL , CONF_PASSWORD
7
7
from homeassistant .data_entry_flow import FlowResult
Original file line number Diff line number Diff line change @@ -2,4 +2,3 @@ black>=22.12
2
2
flake8>=6.0
3
3
mypy>=0.991
4
4
pylint>=2.15
5
- setuptools>=62.3
You can’t perform that action at this time.
0 commit comments