Skip to content

Commit 71fab0e

Browse files
committed
Merge branch 'roborock-fix-connections' of github.com:allenporter/python-roborock into roborock-fix-connections
2 parents 352a0b3 + 418eb9f commit 71fab0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roborock/devices/v1_channel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class RpcChannel(V1RpcChannel):
7171
"""Provides an RPC interface around a pub/sub transport channel."""
7272

7373
def __init__(self, rpc_strategies_cb: Callable[[], list[RpcStrategy]]) -> None:
74-
"""Initialize the RpcChannel with on ordered list of strategies."""
74+
"""Initialize the RpcChannel with an ordered list of strategies."""
7575
self._rpc_strategies_cb = rpc_strategies_cb
7676

7777
async def send_command(

0 commit comments

Comments
 (0)