Skip to content

Commit 71a8593

Browse files
committed
Remove comment
1 parent b0c7518 commit 71a8593

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugwise_usb/network/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,6 @@ async def set_energy_intervals(
573573
For logging energy in both directions set both to 60.
574574
"""
575575
self._validate_energy_node(mac)
576-
# Validate input parameters
577576
if consumption <= 0:
578577
raise ValueError("Consumption interval must be positive")
579578
if production < 0:

0 commit comments

Comments
 (0)