Browse Source

Duplicates util: reorder imports to satisfy ruff

Jason Rumney 1 năm trước cách đây
mục cha
commit
8bd98123f4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      util/duplicates.py

+ 1 - 1
util/duplicates.py

@@ -3,8 +3,8 @@
 import sys
 import sys
 
 
 from custom_components.tuya_local.helpers.device_config import (
 from custom_components.tuya_local.helpers.device_config import (
-    possible_matches,
     get_config,
     get_config,
+    possible_matches,
 )
 )