Explorar o código

cleanup(device): remove unused threading.Lock import

Jason Rumney hai 8 horas
pai
achega
3db282d499
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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 logging
 from asyncio.exceptions import CancelledError
-from threading import Lock
 from time import time
 
 import tinytuya