Skip to content

Commit 29a63d7

Browse files
author
autoruff
committed
fixup: energy_log_cache Python code reformatted using Ruff
1 parent a5a17ee commit 29a63d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/nodes/circle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ 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.
582582
Return False on transport or address errors."""
583583
if address is None:

0 commit comments

Comments
 (0)