Skip to content

Commit

Permalink
fix import sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
rytilahti committed Mar 15, 2020
1 parent 5453c56 commit 175830d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
from miio.device import Device
from miio.exceptions import DeviceError, DeviceException
from miio.fan import Fan, FanP5, FanSA1, FanV2, FanZA1, FanZA4
from miio.gateway import Gateway
from miio.heater import Heater
from miio.philips_bulb import PhilipsBulb, PhilipsWhiteBulb
from miio.philips_eyecare import PhilipsEyecare
Expand All @@ -44,4 +45,3 @@
from miio.yeelight import Yeelight

from miio.discovery import Discovery
from miio.gateway import Gateway

0 comments on commit 175830d

Please sign in to comment.