Skip to content

Commit

Permalink
Missing import added.
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Sep 8, 2017
1 parent cb8d27c commit a991412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirobo/discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import inspect
import codecs
from . import (Device, Vacuum, Plug, PlugV1, Strip, AirPurifier, Ceil,
PhilipsEyecare, ChuangmiIr)
PhilipsEyecare, ChuangmiIr, WaterPurifier)
from typing import Union, Callable, Dict, Optional # noqa: F401


Expand Down

0 comments on commit a991412

Please sign in to comment.