Skip to content

Commit 9a88d60

Browse files
committed
Fix double zone-pop
1 parent 0cd1148 commit 9a88d60

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
@@ -248,7 +248,6 @@ def _get_locations(self) -> None:
248248
if self._existing_locations and removed:
249249
for location_id in removed:
250250
self._loc_data.pop(location_id)
251-
self._zones.pop(location_id)
252251

253252
self._existing_locations = self._new_locations
254253
self._new_locations = []

0 commit comments

Comments
 (0)