Skip to content

Commit 01026ab

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/devices/traits/v1/fixtures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ def rpc_channel_fixture() -> AsyncMock:
2727
return AsyncMock()
2828

2929

30-
3130
@pytest.fixture(autouse=True, name="mock_mqtt_rpc_channel")
3231
def mqtt_rpc_channel_fixture() -> AsyncMock:
3332
"""Fixture to set up the channel for tests."""
3433
return AsyncMock()
3534

35+
3636
@pytest.fixture(autouse=True, name="device")
3737
def device_fixture(channel: AsyncMock, mock_rpc_channel: AsyncMock, mock_mqtt_rpc_channel: AsyncMock) -> RoborockDevice:
3838
"""Fixture to set up the device for tests."""

0 commit comments

Comments
 (0)