Ver Fonte

products util: Fix include order

Jason Rumney há 1 ano atrás
pai
commit
d365595b17
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      util/products.py

+ 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,
 )
 )