浏览代码

Remove unused imports

Jason Rumney 1 年之前
父节点
当前提交
2c873a406c
共有 2 个文件被更改,包括 1 次插入3 次删除
  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