Skip to content

Commit

Permalink
Fix import order to make tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
rytilahti committed Oct 1, 2017
1 parent f861278 commit 65e6561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirobo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
from mirobo.philips_eyecare import PhilipsEyecare
from mirobo.chuangmi_ir import ChuangmiIr
from mirobo.fan import Fan
from mirobo.wifispeaker import WifiSpeaker
from mirobo.device import Device, DeviceException
from mirobo.discovery import Discovery
from mirobo.wifispeaker import WifiSpeaker

0 comments on commit 65e6561

Please sign in to comment.