@@ -4,6 +4,7 @@ import json
import sys
from custom_components.tuya_local.helpers.device_config import possible_matches
+
from .common_funcs import FakeDevice
@@ -3,6 +3,7 @@
from .common_funcs import load_config, make_sample_dps
@@ -3,9 +3,8 @@
import json
-from custom_components.tuya_local.helpers.device_config import (
- _typematch,
-)
+from custom_components.tuya_local.helpers.device_config import _typematch
from .common_funcs import FakeDevice, load_config