Skip to content

Commit d0ae197

Browse files
committed
Add pragma: no cover for line 1013
1 parent 98f3d04 commit d0ae197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@ def _cleanup_data(self, data: DeviceData) -> None:
10101010
if "cooling_state" in data["binary_sensors"]:
10111011
data["binary_sensors"].pop("cooling_state")
10121012
if "cooling_ena_switch" in data["switches"]:
1013-
data["switches"].pop("cooling_ena_switch")
1013+
data["switches"].pop("cooling_ena_switch") # pragma: no cover
10141014
if not self._elga and "cooling_enabled" in data:
10151015
data.pop("cooling_enabled") # pragma: no cover
10161016

0 commit comments

Comments
 (0)