Browse Source

products util: Fix include order

Jason Rumney 1 year ago
parent
commit
d365595b17
1 changed files with 1 additions and 1 deletions
  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,
 )
 )