Skip to content

Commit df6483b

Browse files
author
autoruff
committed
fixup: improve-energy-collection Python code reformatted using Ruff
1 parent 750d93c commit df6483b

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
@@ -468,7 +468,7 @@ async def _get_initial_energy_logs(self) -> None:
468468
if not result:
469469
# Handle case with None-data in all address slots
470470
_LOGGER.debug(
471-
"All slots at log address %s are empty or outdated – stopping initial collection",
471+
"All slots at log address %s are empty or outdated – stopping initial collection",
472472
log_address,
473473
)
474474
break

0 commit comments

Comments
 (0)