Skip to content

Commit 0d5c896

Browse files
committed
Clean up unused imports
1 parent 6b5c146 commit 0d5c896

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

plugwise/data.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
MIN_SETPOINT,
1212
NONE,
1313
OFF,
14-
SWITCH_GROUP_TYPES,
1514
ZONE_THERMOSTATS,
1615
ActuatorData,
1716
DeviceData,

plugwise/legacy/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Dict as class
88
# Version detection
9-
from plugwise.constants import NONE, SWITCH_GROUP_TYPES, ZONE_THERMOSTATS, DeviceData
9+
from plugwise.constants import NONE, ZONE_THERMOSTATS, DeviceData
1010
from plugwise.legacy.helper import SmileLegacyHelper
1111
from plugwise.util import remove_empty_platform_dicts
1212

0 commit comments

Comments
 (0)