Skip to content

Commit e989294

Browse files
author
autoruff
committed
fixup: different-update Python code fixed using ruff
1 parent 21b2efc commit e989294

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

plugwise/helper.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,9 @@ def _match_and_rank_thermostats(self) -> dict[str, ThermoLoc]:
816816

817817
for loc_id in matched_locations:
818818
for entity_id, entity in self.gw_entities.items():
819-
self._rank_thermostat(entity_id, entity, loc_id, matched_locations, thermo_matching)
819+
self._rank_thermostat(
820+
entity_id, entity, loc_id, matched_locations, thermo_matching
821+
)
820822

821823
return matched_locations
822824

0 commit comments

Comments
 (0)