Skip to content

Commit 67e4a95

Browse files
committed
Add 2x pragma: no cover
1 parent 5367c32 commit 67e4a95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugwise/helper.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -996,10 +996,10 @@ def _cleanup_data(self, data: DeviceData) -> None:
996996
self._count -= 1
997997
if "cooling_ena_switch" in data["switches"]:
998998
data["switches"].pop("cooling_ena_switch") # pragma: no cover
999-
self._count -= 1
999+
self._count -= 1 # pragma: no cover
10001000
if not self._elga and "cooling_enabled" in data:
10011001
data.pop("cooling_enabled") # pragma: no cover
1002-
self._count -= 1
1002+
self._count -= 1 # pragma: no cover
10031003

10041004
def _process_c_heating_state(self, data: DeviceData) -> None:
10051005
"""Helper-function for _get_measurement_data().

0 commit comments

Comments
 (0)