Skip to content

Commit 90f905d

Browse files
chore: linting
1 parent 809406b commit 90f905d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roborock/protocol.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
from asyncio import BaseTransport, Lock
1010
from typing import Callable
1111

12-
from Crypto.Cipher import AES
13-
from Crypto.Util.Padding import pad, unpad
1412
from construct import ( # type: ignore
1513
Bytes,
1614
Checksum,
@@ -30,6 +28,8 @@
3028
stream_seek,
3129
stream_tell,
3230
)
31+
from Crypto.Cipher import AES
32+
from Crypto.Util.Padding import pad, unpad
3333

3434
from roborock import BroadcastMessage, RoborockException
3535
from roborock.roborock_message import RoborockMessage

0 commit comments

Comments
 (0)