Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Missing import added.
Browse files Browse the repository at this point in the history
syssi committed Oct 21, 2017
1 parent 8e63574 commit 803b95b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions miio/discovery.py
Original file line number Diff line number Diff line change
@@ -4,8 +4,8 @@
import inspect
import codecs
from . import (Device, Vacuum, Plug, PlugV1, Strip, AirPurifier, Ceil,
PhilipsEyecare, ChuangmiIr, AirHumidifier, WaterPurifier,
WifiSpeaker, Yeelight)
PhilipsBulb, PhilipsEyecare, ChuangmiIr, AirHumidifier,
WaterPurifier, WifiSpeaker, Yeelight)
from typing import Union, Callable, Dict, Optional # noqa: F401


0 comments on commit 803b95b

Please sign in to comment.