Kaynağa Gözat

tests (device): reorder imports to satisfy ruff

Jason Rumney 2 ay önce
ebeveyn
işleme
8f5de698fd
1 değiştirilmiş dosya ile 1 ekleme ve 2 silme
  1. 1 2
      tests/test_device.py

+ 1 - 2
tests/test_device.py

@@ -1,7 +1,6 @@
-import pytest
-
 from time import time
 from time import time
 
 
+import pytest
 # from homeassistant.const import EVENT_HOMEASSISTANT_STARTED, EVENT_HOMEASSISTANT_STOP
 # from homeassistant.const import EVENT_HOMEASSISTANT_STARTED, EVENT_HOMEASSISTANT_STOP
 
 
 from custom_components.tuya_local.device import TuyaLocalDevice
 from custom_components.tuya_local.device import TuyaLocalDevice