Skip to content

Commit 6c2a220

Browse files
committed
chore: fix lint errors
1 parent 5ce28ce commit 6c2a220

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/devices/traits/v1/test_rooms.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
"""Tests for the RoomMapping related functionality."""
22

3+
from typing import Any
34
from unittest.mock import AsyncMock
45

56
import pytest
67

7-
from typing import Any
8-
98
from roborock.devices.device import RoborockDevice
109
from roborock.devices.traits.v1.rooms import RoomsTrait
1110
from roborock.devices.traits.v1.status import StatusTrait
@@ -35,7 +34,7 @@ def rooms_trait(device: RoborockDevice) -> RoomsTrait:
3534
[
3635
([[16, "2362048"], [17, "2362044"], [18, "2362041"]]),
3736
([[16, "2362048", 6], [17, "2362044", 14], [18, "2362041", 13]]),
38-
]
37+
],
3938
)
4039
async def test_refresh_rooms_trait(
4140
rooms_trait: RoomsTrait,

0 commit comments

Comments
 (0)