Skip to content

Commit

Permalink
Drop disable=import-error
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Aug 10, 2022
1 parent eade5fe commit 18d167f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/xiaomi_miio_plug/switch.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
CONF_TOKEN,
)
from homeassistant.exceptions import PlatformNotReady
from miio import ( # pylint: disable=import-error
from miio import (
AirConditioningCompanionV3,
ChuangmiPlug,
Device,
DeviceException,
PowerStrip,
)
from miio.powerstrip import PowerMode # pylint: disable=import-error
from miio.powerstrip import PowerMode

_LOGGER = logging.getLogger(__name__)

Expand Down

0 comments on commit 18d167f

Please sign in to comment.