Skip to content

Commit 323698e

Browse files
committed
style: fmt
1 parent cf5f4fc commit 323698e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/unit/storage_boxes/test_client.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ def resource_client(self, client: Client) -> StorageBoxesClient:
4040

4141
@pytest.fixture()
4242
def bound_model(
43-
self, resource_client: StorageBoxesClient, storage_box1
43+
self,
44+
resource_client: StorageBoxesClient,
45+
storage_box1,
4446
) -> BoundStorageBox:
4547
return BoundStorageBox(resource_client, data=storage_box1)
4648

0 commit comments

Comments
 (0)