Skip to content

Commit 7b15e36

Browse files
committed
Fix ident
1 parent c7b45e4 commit 7b15e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/nodes/helpers/pulses.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def update_pulse_counter(
277277
self._pulses_consumption = pulses_consumed
278278
self._pulses_production = pulses_produced
279279

280-
def _update_rollover(self, consumption: bool) -> None:
280+
def _update_rollover(self, consumption: bool) -> None:
281281
"""Update rollover states.
282282
283283
When the last found timestamp is outside the interval `_last_log_timestamp`

0 commit comments

Comments
 (0)