فهرست منبع

Duplicates util: reorder imports to satisfy ruff

Jason Rumney 1 سال پیش
والد
کامیت
8bd98123f4
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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,
 )