Skip to content

Commit 31b8f39

Browse files
autoruffbouwew
authored andcommitted
fixup: energy_log_cache Python code reformatted using Ruff
1 parent a5a17ee commit 31b8f39

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

plugwise_usb/nodes/circle.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -577,9 +577,10 @@ async def energy_log_update(
577577
self, address: int | None, save_cache: bool = True
578578
) -> bool:
579579
"""Request energy logs from node and store them.
580-
580+
581581
Return True if processing succeeded (records stored in memory), regardless of whether new entries were added.
582-
Return False on transport or address errors."""
582+
Return False on transport or address errors.
583+
"""
583584
if address is None:
584585
return False
585586

0 commit comments

Comments
 (0)