Explorar el Código

cleanup (lock): reorder imports to satisfy ruff

Jason Rumney hace 2 meses
padre
commit
952d9685bd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      custom_components/tuya_local/lock.py

+ 1 - 1
custom_components/tuya_local/lock.py

@@ -2,8 +2,8 @@
 Setup for different kinds of Tuya lock devices
 """
 
-from base64 import b64encode
 import logging
+from base64 import b64encode
 
 from homeassistant.components.lock import LockEntity, LockEntityFeature