Skip to content

Commit 8172326

Browse files
committed
chore: fix lint errors
1 parent 9a1cda3 commit 8172326

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

roborock/containers.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def _decamelize(s: str):
109109

110110
def _attr_repr(obj: Any) -> str:
111111
"""Return a string representation of the object including specified attributes.
112-
112+
113113
This reproduces the default repr behavior of dataclasses, but also includes
114114
properties. This must be called by the child class's __repr__ method since
115115
the parent RoborockBase class does not know about the child class's attributes.
@@ -729,6 +729,7 @@ def mop_roller_time_left(self) -> int | None:
729729
def __repr__(self) -> str:
730730
return _attr_repr(self)
731731

732+
732733
@dataclass
733734
class MultiMapsListMapInfoBakMaps(RoborockBase):
734735
mapflag: Any | None = None

0 commit comments

Comments
 (0)