4
0
Эх сурвалжийг харах

products util: Fix include order

Jason Rumney 1 жил өмнө
parent
commit
d365595b17

+ 1 - 1
util/products.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 (
-    available_configs,
     TuyaDeviceConfig,
     TuyaDeviceConfig,
+    available_configs,
 )
 )