Przeglądaj źródła

Remove unused imports

Jason Rumney 1 rok temu
rodzic
commit
2c873a406c
2 zmienionych plików z 1 dodań i 3 usunięć
  1. 1 2
      util/common_funcs.py
  2. 0 1
      util/match_against.py

+ 1 - 2
util/common_funcs.py

@@ -1,8 +1,7 @@
-"""Common functions used in the unilities."""
+"""Common functions used in the utilities."""
 
 from custom_components.tuya_local.helpers.device_config import (
     get_config,
-    possible_matches,
 )
 
 

+ 0 - 1
util/match_against.py

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