Skip to content

Commit 0a89f5f

Browse files
author
autoblack
committed
fixup: fix_#87 Python code reformatted using Black
1 parent dcad3c4 commit 0a89f5f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

plugwise/helper.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,11 @@ def all_appliances(self):
485485
"types": appl.types,
486486
"vendor": appl.v_name,
487487
}
488-
if not self._smile_legacy and appl.pwclass == "thermostat" and appl.location == None:
488+
if (
489+
not self._smile_legacy
490+
and appl.pwclass == "thermostat"
491+
and appl.location == None
492+
):
489493
self.appl_data.pop(appl.id)
490494

491495
# For legacy Anna gateway and heater_central is the same device

0 commit comments

Comments
 (0)