Skip to content

Commit 2f32444

Browse files
committed
chore: fix lint errors
1 parent 3fe54c4 commit 2f32444

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tests/devices/traits/v1/test_dnd.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,10 @@
44

55
import pytest
66

7-
from roborock.containers import AppInitStatus, DnDTimer, HomeDataProduct
8-
from roborock.device_features import DeviceFeatures
9-
from roborock.devices.cache import Cache
7+
from roborock.containers import DnDTimer
108
from roborock.devices.device import RoborockDevice
119
from roborock.devices.traits.v1.do_not_disturb import DoNotDisturbTrait
1210
from roborock.roborock_typing import RoborockCommand
13-
from tests import mock_data
1411

1512

1613
@pytest.fixture
@@ -21,8 +18,6 @@ async def dnd_trait(device: RoborockDevice) -> DoNotDisturbTrait:
2118
return device.v1_properties.dnd
2219

2320

24-
25-
2621
@pytest.fixture
2722
def sample_dnd_timer() -> DnDTimer:
2823
"""Create a sample DnDTimer for testing."""

0 commit comments

Comments
 (0)