Skip to content

Commit fd8774e

Browse files
committed
test: fix formatting
1 parent 0ef45e8 commit fd8774e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_a01_api.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@
3636

3737

3838
@pytest.fixture(name="a01_mqtt_client")
39-
async def a01_mqtt_client_fixture(mock_create_connection: None, mock_select: None) -> AsyncGenerator[RoborockMqttClientA01, None]:
39+
async def a01_mqtt_client_fixture(
40+
mock_create_connection: None, mock_select: None
41+
) -> AsyncGenerator[RoborockMqttClientA01, None]:
4042
user_data = UserData.from_dict(USER_DATA)
4143
home_data = HomeData.from_dict(
4244
{

0 commit comments

Comments
 (0)