Skip to content

Commit 6303f39

Browse files
author
autoblack
committed
fixup: fix-#340 Python code reformatted using Black
1 parent eb6dd2b commit 6303f39

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
@@ -1059,7 +1059,7 @@ def _get_appliance_data(self, d_id: str) -> DeviceData:
10591059
data.pop("cooling_ena_switch")
10601060
else:
10611061
# Loria/Thermastage: cooling-related is based on cooling_state and modulation_level
1062-
if self. _cooling_present and "cooling_state" in data:
1062+
if self._cooling_present and "cooling_state" in data:
10631063
self._cooling_enabled = data["cooling_state"]
10641064
self._cooling_active = data["modulation_level"] == 100
10651065

0 commit comments

Comments
 (0)