Răsfoiți Sursa

Reorder imports to satisfy ruff

Jason Rumney 1 an în urmă
părinte
comite
57f5379967
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      custom_components/tuya_local/device.py

+ 1 - 1
custom_components/tuya_local/device.py

@@ -3,8 +3,8 @@ API for Tuya Local devices.
 """
 
 import asyncio
-from asyncio.exceptions import CancelledError
 import logging
+from asyncio.exceptions import CancelledError
 from threading import Lock
 from time import time