Przeglądaj źródła

products util: Fix include order

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

+ 1 - 1
util/products.py

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