Skip to content

Commit 700073e

Browse files
committed
Clean up
1 parent 0c4271c commit 700073e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

plugwise/helper.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -793,15 +793,12 @@ def _match_and_rank_thermostats(self) -> None:
793793
# Rank thermostats per location
794794
for location_id, location in self._loc_data.items():
795795
for entity_id, entity in entities_by_location.get(location_id, []):
796-
self._rank_thermostat(
797-
entity_id, entity, location_id, location, THERMO_MATCHING
798-
)
796+
self._rank_thermostat(entity_id, entity, location, THERMO_MATCHING)
799797

800798
def _rank_thermostat(
801799
self,
802800
entity_id: str,
803801
entity: GwEntityData,
804-
location_id: str,
805802
location: ThermoLoc,
806803
thermo_matching: dict[str, int],
807804
) -> None:

0 commit comments

Comments
 (0)