Skip to content

Commit 2b99d92

Browse files
committed
chore: fix formatting
1 parent 982009e commit 2b99d92

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tests/devices/traits/v1/fixtures.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,11 @@ def device_fixture(
4747
return RoborockDevice(
4848
device_info=HOME_DATA.devices[0],
4949
channel=channel,
50-
trait=v1.create(HOME_DATA.products[0], HOME_DATA, mock_rpc_channel, mock_mqtt_rpc_channel, mock_map_rpc_channel),
50+
trait=v1.create(
51+
HOME_DATA.products[0],
52+
HOME_DATA,
53+
mock_rpc_channel,
54+
mock_mqtt_rpc_channel,
55+
mock_map_rpc_channel,
56+
),
5157
)

0 commit comments

Comments
 (0)