Skip to content

Commit c3c28fb

Browse files
committed
chore: lint
1 parent 1738ee5 commit c3c28fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roborock/data/b01_q7/b01_q7_containers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ def clean_path_preference_name(self) -> str | None:
222222
"""Returns the name of the current clean path preference."""
223223
return self.clean_path_preference.value if self.clean_path_preference is not None else None
224224

225+
225226
@dataclass
226227
class CleanRecordDetail(RoborockBase):
227228
"""Represents a single clean record detail (from `record_list[].detail`)."""

0 commit comments

Comments
 (0)