Skip to content

Commit 9577c8b

Browse files
committed
chore: remove unnecessary whitespace
1 parent 65bb013 commit 9577c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roborock/devices/a01_channel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def find_response(response_message: RoborockMessage) -> None:
6666
"""Handle incoming messages and resolve the future."""
6767
try:
6868
decoded = decode_rpc_response(response_message)
69-
except RoborockException as ex:
69+
except RoborockException as ex:
7070
_LOGGER.info("Failed to decode a01 message: %s: %s", response_message, ex)
7171
return
7272
for key, value in decoded.items():

0 commit comments

Comments
 (0)