Skip to content

Commit ae468e3

Browse files
committed
chore: improve device logging container summary string
1 parent 1d2d061 commit ae468e3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

roborock/data/containers.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,9 +269,7 @@ class HomeDataDevice(RoborockBase):
269269

270270
def summary_info(self) -> str:
271271
"""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-
)
272+
return f"{self.name} (pv={self.pv}, fv={self.fv}, online={self.online})"
275273

276274

277275
@dataclass

0 commit comments

Comments
 (0)