Unignore F401 for tests (#724)

* Unignore F401 for tests

* Fix linting
This commit is contained in:
Teemu R
2024-01-30 00:15:58 +01:00
committed by GitHub
parent 9e6896a08f
commit 55525fc58b
15 changed files with 4 additions and 44 deletions

View File

@@ -1,20 +1,14 @@
# type: ignore
import logging
from typing import Type
import aiohttp
import pytest # type: ignore # https://github.com/pytest-dev/pytest/issues/3342
from kasa import (
Credentials,
DeviceType,
Discover,
SmartBulb,
SmartDevice,
SmartDeviceException,
SmartDimmer,
SmartLightStrip,
SmartPlug,
)
from kasa.device_factory import connect, get_protocol
from kasa.deviceconfig import (