Skip to content

Commit 9b7d911

Browse files
committed
chore: Fix lint
1 parent ca2a30d commit 9b7d911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ async def test_get_prop():
134134
assert props.dock_summary.dust_collection_mode is not None
135135

136136

137-
138137
@pytest.fixture(name="connected_mqtt_client")
139138
async def connected_mqtt_client_fixture(
140139
response_queue: Queue, mqtt_client: RoborockMqttClientV1
@@ -149,6 +148,7 @@ async def connected_mqtt_client_fixture(
149148
except Exception:
150149
pass
151150

151+
152152
async def test_async_connect(received_requests: Queue, connected_mqtt_client: RoborockMqttClientV1) -> None:
153153
"""Test connecting to the MQTT broker."""
154154

0 commit comments

Comments
 (0)