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

utils: satisfy ruff's fussiness over grouping of imports.

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

+ 1 - 0
util/best_match.py

@@ -4,6 +4,7 @@ import json
 import sys
 
 from common_funcs import FakeDevice
+
 from custom_components.tuya_local.helpers.device_config import possible_matches
 
 

+ 1 - 0
util/config_match.py

@@ -4,6 +4,7 @@ import json
 import sys
 
 from common_funcs import FakeDevice
+
 from custom_components.tuya_local.helpers.device_config import possible_matches
 
 

+ 1 - 0
util/duplicates.py

@@ -3,6 +3,7 @@
 import sys
 
 from common_funcs import load_config, make_sample_dps
+
 from custom_components.tuya_local.helpers.device_config import possible_matches
 
 

+ 1 - 0
util/match_against.py

@@ -4,6 +4,7 @@ import json
 import sys
 
 from common_funcs import FakeDevice, load_config
+
 from custom_components.tuya_local.helpers.device_config import _typematch