Skip to content

Commit 72119fc

Browse files
committed
Remove unneeded constant
1 parent 452f9da commit 72119fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugwise/constants.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,6 @@
440440

441441
UOM = namedtuple("UOM", "unit_of_measurement")
442442
DATA = namedtuple("DATA", "name unit_of_measurement")
443-
RENAME = namedtuple("RENAME", "name")
444443
# P1 related measurements:
445444
P1_MEASUREMENTS: Final[dict[str, UOM]] = {
446445
"electricity_consumed": UOM(POWER_WATT),

0 commit comments

Comments
 (0)