Skip to content

Commit 1b53978

Browse files
committed
Clean-up
1 parent d648c64 commit 1b53978

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
@@ -84,7 +84,7 @@ def __init__(self, mac: str) -> None:
8484
self._pulses_production: int | None = None
8585
self._pulses_timestamp: datetime | None = None
8686

87-
self._log_production = False # : bool | None = None
87+
self._log_production = False
8888
if mac in PRODUCERS:
8989
self._log_production = True
9090

0 commit comments

Comments
 (0)