Skip to content

Commit 3810cb6

Browse files
committed
chore: fix lint errors
1 parent 0023174 commit 3810cb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/devices/test_v1_device.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def mqtt_rpc_channel_fixture() -> AsyncMock:
4040
"""Fixture to set up the channel for tests."""
4141
return AsyncMock()
4242

43+
4344
@pytest.fixture(autouse=True, name="device")
4445
def device_fixture(channel: AsyncMock, rpc_channel: AsyncMock, mqtt_rpc_channel: AsyncMock) -> RoborockDevice:
4546
"""Fixture to set up the device for tests."""

0 commit comments

Comments
 (0)