Skip to content

Commit 4cb8909

Browse files
committed
Formatting
1 parent 89e69c2 commit 4cb8909

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugwise/helper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,6 @@ def _match_locations(self) -> dict[str, ThermoLoc]:
749749
Match appliances with locations.
750750
"""
751751
matched_locations: dict[str, ThermoLoc] = {}
752-
753752
for location_id, location_details in self._loc_data.items():
754753
for appliance_details in self._appl_data.values():
755754
if appliance_details["location"] == location_id:

0 commit comments

Comments
 (0)