Skip to content

Commit 9596ce3

Browse files
committed
chore: Remove unnecessary command
1 parent e15c3be commit 9596ce3

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

roborock/devices/v1_rpc_channel.py

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -58,18 +58,8 @@ async def send_command(
5858
"""Send a command and return a parsed response RoborockBase type."""
5959
...
6060

61-
async def send_command(
62-
self,
63-
method: CommandType,
64-
*,
65-
response_type: type[_T] | None = None,
66-
params: ParamsType = None,
67-
) -> _T | Any:
68-
"""Send a command and return either a decoded or parsed response."""
69-
...
70-
7161

72-
class BaseV1RpcChannel:
62+
class BaseV1RpcChannel(V1RpcChannel):
7363
"""Base implementation that provides the typed response logic."""
7464

7565
async def send_command(

0 commit comments

Comments
 (0)