Browse Source

Reorder imports to satisfy ruff

Jason Rumney 1 year ago
parent
commit
57f5379967
1 changed files with 1 additions and 1 deletions
  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
 import asyncio
-from asyncio.exceptions import CancelledError
 import logging
 import logging
+from asyncio.exceptions import CancelledError
 from threading import Lock
 from threading import Lock
 from time import time
 from time import time