Skip to content

Commit a7dc95d

Browse files
fix(pre_commit): 🎨 auto format pre-commit hooks
1 parent d0bbaa4 commit a7dc95d

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

tests/test_project.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ def test_project_upload_dataset(self):
454454
finally:
455455
for mock in mocks.values():
456456
mock.stop()
457-
457+
458458
def test_get_batches_success(self):
459459
expected_url = f"{API_URL}/{WORKSPACE_NAME}/{PROJECT_NAME}/batches?api_key={ROBOFLOW_API_KEY}"
460460
mock_response = {
@@ -470,7 +470,7 @@ def test_get_batches_success(self):
470470
"name": "Batch 2",
471471
"created": 1616161617,
472472
"images": 5,
473-
}
473+
},
474474
]
475475
}
476476

@@ -504,10 +504,7 @@ def test_get_batch_success(self):
504504
"name": "My Test Batch",
505505
"created": 1616161616,
506506
"images": 25,
507-
"metadata": {
508-
"source": "API Upload",
509-
"type": "test"
510-
}
507+
"metadata": {"source": "API Upload", "type": "test"},
511508
}
512509
}
513510

0 commit comments

Comments
 (0)