Skip to content

Commit c79a5ab

Browse files
committed
Remove double occurence
1 parent d3253a9 commit c79a5ab

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

plugwise_usb/nodes/helpers/counter.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,6 @@ def update(self) -> None:
146146
self._energy_statistics.log_interval_consumption = (
147147
self._pulse_collection.log_interval_consumption
148148
)
149-
self._energy_statistics.log_interval_production = (
150-
self._pulse_collection.log_interval_production
151-
)
152149
(
153150
self._energy_statistics.hour_consumption,
154151
self._energy_statistics.hour_consumption_reset,

0 commit comments

Comments
 (0)