We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf5f4fc commit 323698eCopy full SHA for 323698e
1 file changed
tests/unit/storage_boxes/test_client.py
@@ -40,7 +40,9 @@ def resource_client(self, client: Client) -> StorageBoxesClient:
40
41
@pytest.fixture()
42
def bound_model(
43
- self, resource_client: StorageBoxesClient, storage_box1
+ self,
44
+ resource_client: StorageBoxesClient,
45
+ storage_box1,
46
) -> BoundStorageBox:
47
return BoundStorageBox(resource_client, data=storage_box1)
48
0 commit comments