We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d2d061 commit ae468e3Copy full SHA for ae468e3
roborock/data/containers.py
@@ -269,9 +269,7 @@ class HomeDataDevice(RoborockBase):
269
270
def summary_info(self) -> str:
271
"""Return a string with key device information for logging purposes."""
272
- return (
273
- f"{self.name} (pv={self.pv}, fv={self.fv}, online={self.online})"
274
- )
+ return f"{self.name} (pv={self.pv}, fv={self.fv}, online={self.online})"
275
276
277
@dataclass
0 commit comments