Skip to content

Commit 5f25d70

Browse files
committed
Ruff fix
1 parent 03f570e commit 5f25d70

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

plugwise_usb/nodes/circle.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,9 @@ async def energy_update(self) -> EnergyStatistics | None: # noqa: PLR0911 PLR09
372372
)
373373

374374
_LOGGER.debug(
375-
"Rollover status for %s: %s", self._mac_in_str, self._energy_counters.log_rollover
375+
"Rollover status for %s: %s",
376+
self._mac_in_str,
377+
self._energy_counters.log_rollover,
376378
)
377379
if self._energy_counters.log_rollover:
378380
# Try updating node_info to collect the updated energy log address

0 commit comments

Comments
 (0)