Skip to content

Commit 89439ec

Browse files
committed
Sort
1 parent 04591ee commit 89439ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,13 @@ def __init__(self) -> None:
7878
self._loc_data: dict[str, ThermoLoc]
7979
self._schedule_old_states: dict[str, dict[str, str]]
8080
self._gateway_id: str = NONE
81+
self._zones: dict[str, GwEntityData]
8182
self.gw_entities: dict[str, GwEntityData]
8283
self.smile_hw_version: str | None
8384
self.smile_mac_address: str | None
8485
self.smile_model: str
8586
self.smile_model_id: str | None
8687
self.smile_version: version.Version | None
87-
self._zones: dict[str, GwEntityData]
8888
SmileCommon.__init__(self)
8989

9090
def _all_appliances(self) -> None:

0 commit comments

Comments
 (0)