Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
humbertogontijo committed Jun 5, 2023
1 parent 2cf7204 commit 9e2a3c5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions roborock/local_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@

from . import DeviceData
from .api import COMMANDS_SECURED, QUEUE_TIMEOUT, RT, RoborockClient
from .exceptions import (
CommandVacuumError,
RoborockConnectionException,
RoborockException,
)
from .exceptions import CommandVacuumError, RoborockConnectionException, RoborockException
from .protocol import MessageParser
from .roborock_message import RoborockMessage, RoborockMessageProtocol
from .roborock_typing import RoborockCommand
Expand Down

0 comments on commit 9e2a3c5

Please sign in to comment.