ソースを参照

cleanup(device): remove unused threading.Lock import

Jason Rumney 14 時間 前
コミット
3db282d499
1 ファイル変更0 行追加1 行削除
  1. 0 1
      custom_components/tuya_local/device.py

+ 0 - 1
custom_components/tuya_local/device.py

@@ -5,7 +5,6 @@ API for Tuya Local devices.
 import asyncio
 import asyncio
 import logging
 import logging
 from asyncio.exceptions import CancelledError
 from asyncio.exceptions import CancelledError
-from threading import Lock
 from time import time
 from time import time
 
 
 import tinytuya
 import tinytuya