소스 검색

fix import order

Fabian Peter Hammerle 4 년 전
부모
커밋
e5104d4851
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/test_mqtt.py
  2. 0 0
      tests/test_switchbot.py

+ 1 - 1
tests/test_mqtt.py

@@ -1,9 +1,9 @@
 import unittest.mock
 
 import pytest
+from paho.mqtt.client import MQTTMessage
 
 import switchbot_mqtt
-from paho.mqtt.client import MQTTMessage
 
 # pylint: disable=protected-access
 

+ 0 - 0
switchbot_mqtt/test_switchbot.py → tests/test_switchbot.py