Explorar o código

cleanup(lock): blank line between system and HA imports

Jason Rumney hai 1 día
pai
achega
5f097e72a3
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      custom_components/tuya_local/lock.py

+ 1 - 0
custom_components/tuya_local/lock.py

@@ -6,6 +6,7 @@ import logging
 from base64 import b64encode
 from secrets import randbelow
 from time import time
+
 from homeassistant.components.lock import LockEntity, LockEntityFeature
 
 from .device import TuyaLocalDevice