Przeglądaj źródła

Duplicates util: reorder imports to satisfy ruff

Jason Rumney 1 rok temu
rodzic
commit
8bd98123f4
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      util/duplicates.py

+ 1 - 1
util/duplicates.py

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