Skip to content

Commit 6dfb82e

Browse files
committed
chore: fix lint errors
1 parent 4501307 commit 6dfb82e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

roborock/devices/local_channel.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
from roborock.protocol import create_local_decoder, create_local_encoder
1111
from roborock.roborock_message import RoborockMessage, RoborockMessageProtocol
1212

13-
14-
1513
from ..protocols.v1_protocol import LocalProtocolVersion
1614
from ..util import get_next_int
1715
from .channel import Channel
@@ -53,7 +51,6 @@ class LocalChannel(Channel):
5351
format most parsing to higher-level components.
5452
"""
5553

56-
5754
def __init__(self, host: str, local_key: str):
5855
self._host = host
5956
self._transport: asyncio.Transport | None = None
@@ -67,7 +64,7 @@ def __init__(self, host: str, local_key: str):
6764

6865
def _update_encoder_decoder(self, params: LocalChannelParams) -> None:
6966
"""Update the encoder and decoder with new parameters.
70-
67+
7168
This is invoked once with an initial set of values used for protocol
7269
negotiation. Once negotiation completes, it is updated again to set the
7370
correct nonces for the follow up communications and updates the encoder

0 commit comments

Comments
 (0)