Skip to content

Commit dbffaab

Browse files
chore: linting
1 parent 30871ce commit dbffaab

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

roborock/local_api.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@
99

1010
from . import DeviceData
1111
from .api import COMMANDS_SECURED, QUEUE_TIMEOUT, RoborockClient
12-
from .exceptions import (
13-
CommandVacuumError,
14-
RoborockConnectionException,
15-
RoborockException,
16-
)
12+
from .exceptions import CommandVacuumError, RoborockConnectionException, RoborockException
1713
from .protocol import MessageParser
1814
from .roborock_message import RoborockMessage, RoborockMessageProtocol
1915
from .roborock_typing import CommandInfoMap, RoborockCommand

0 commit comments

Comments
 (0)