Skip to content

Commit 364e07a

Browse files
committed
chore: remove unnecessary whitespace
1 parent ca5dd04 commit 364e07a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

roborock/devices/traits/v1/clean_summary.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ def _parse_clean_record_response(cls, response: common.V1ResponseData) -> CleanR
7777
except Exception:
7878
# Return final record when an exception occurred
7979
return final_record
80-
8180
# There are still a few unknown variables in this.
8281
begin, end, duration, area = unpack_list(response, 4)
8382
return CleanRecord(begin=begin, end=end, duration=duration, area=area)

0 commit comments

Comments
 (0)