Skip to content

Commit e1449eb

Browse files
author
Tom Lasswell
committed
fix: Remove remaining unused imports from test files
- Remove unused SEGMENT_MODE_DISABLED import from test_coordinator.py - Remove unused test fixture imports from conftest.py (INSTANCE_FAN_SPEED, INSTANCE_PURIFIER_MODE, INSTANCE_TEMPERATURE)
1 parent 47e8e7c commit e1449eb

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

tests/conftest.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,10 @@
3131
INSTANCE_COLOR_RGB,
3232
INSTANCE_COLOR_TEMP,
3333
INSTANCE_DREAMVIEW,
34-
INSTANCE_FAN_SPEED,
3534
INSTANCE_HDMI_SOURCE,
3635
INSTANCE_OSCILLATION,
3736
INSTANCE_POWER,
38-
INSTANCE_PURIFIER_MODE,
3937
INSTANCE_SCENE,
40-
INSTANCE_TEMPERATURE,
4138
INSTANCE_WORK_MODE,
4239
)
4340

tests/test_coordinator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,6 @@ def test_grouped_segment_removed_when_disabled(self):
818818
SUFFIX_GROUPED_SEGMENT,
819819
SEGMENT_MODE_GROUPED,
820820
SEGMENT_MODE_INDIVIDUAL,
821-
SEGMENT_MODE_DISABLED,
822821
)
823822

824823
device_id = "AA:BB:CC:DD:EE:FF:00:01"

0 commit comments

Comments
 (0)