Skip to content

Commit 2f99416

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e1d5a59 commit 2f99416

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

plugwise/data.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@
99
from plugwise.constants import (
1010
ADAM,
1111
ANNA,
12-
LOGGER,
1312
MAX_SETPOINT,
1413
MIN_SETPOINT,
1514
NONE,
1615
OFF,
17-
ZONE_THERMOSTATS,
1816
ActuatorData,
1917
DeviceData,
2018
)

plugwise/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ def _get_zone_data(self, loc_id: str) -> ZoneData:
490490
"""
491491
data: ZoneData = {"sensors": {}}
492492
zone = self.zone_data[loc_id]
493-
measurements = ZONE_MEASUREMENTS
493+
measurements = ZONE_MEASUREMENTS
494494
if (
495495
location := self._domain_objects.find(f'./location[@id="{loc_id}"]')
496496
) is not None:

plugwise/smile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
DOMAIN_OBJECTS,
1818
GATEWAY_REBOOT,
1919
LOCATIONS,
20-
LOGGER,
2120
MAX_SETPOINT,
2221
MIN_SETPOINT,
2322
NOTIFICATIONS,

0 commit comments

Comments
 (0)