We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cc38fe commit c378036Copy full SHA for c378036
roborock/local_api.py
@@ -3,7 +3,7 @@
3
import asyncio
4
import logging
5
import socket
6
-from asyncio import Transport, Lock
+from asyncio import Lock, Transport
7
from typing import Callable, Mapping, Optional
8
9
import async_timeout
0 commit comments