Explorar o código

Remove unused imports

Jason Rumney hai 1 ano
pai
achega
2c873a406c
Modificáronse 2 ficheiros con 1 adicións e 3 borrados
  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