Skip to content

Commit

Permalink
airfresh_t2017.py: update import after a merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Kotek committed Jan 9, 2020
1 parent 78ed81b commit dc84f3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion miio/airfresh_t2017.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
import click

from .click_common import EnumType, command, format_output
from .device import Device, DeviceException
from .device import Device
from .exceptions import DeviceException

_LOGGER = logging.getLogger(__name__)

Expand Down

0 comments on commit dc84f3a

Please sign in to comment.