Skip to content

Commit c378036

Browse files
chore: linting
1 parent 4cc38fe commit c378036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roborock/local_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import asyncio
44
import logging
55
import socket
6-
from asyncio import Transport, Lock
6+
from asyncio import Lock, Transport
77
from typing import Callable, Mapping, Optional
88

99
import async_timeout

0 commit comments

Comments
 (0)