Skip to content

Commit 01e654c

Browse files
committed
chore: remove duplicate api_error from bad merge
1 parent c83fecf commit 01e654c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

roborock/protocols/v1_protocol.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,6 @@ class ResponseMessage:
111111
api_error: RoborockException | None = None
112112
"""The API error message of the response if any."""
113113

114-
api_error: RoborockException | None = None
115-
"""The API error message of the response if any."""
116-
117114

118115
def decode_rpc_response(message: RoborockMessage) -> ResponseMessage:
119116
"""Decode a V1 RPC_RESPONSE message.

0 commit comments

Comments
 (0)