Skip to content

Commit 4d56993

Browse files
committed
Ruff fix
1 parent e991eaa commit 4d56993

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

plugwise_usb/nodes/circle.py

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

359359
_LOGGER.debug(
360-
"Rollover status for %s: %s", self._mac_in_str, self._energy_counters.log_rollover
360+
"Rollover status for %s: %s",
361+
self._mac_in_str,
362+
self._energy_counters.log_rollover,
361363
)
362364
if self._energy_counters.log_rollover:
363365
# Try updating node_info to collect the updated energy log address

0 commit comments

Comments
 (0)