Skip to content

Commit cc55891

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_queries.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def test_project_methods(self):
4747
# Upload image
4848
responses.add(
4949
responses.POST,
50-
f"{API_URL}/dataset/{PROJECT_NAME}/upload?api_key={ROBOFLOW_API_KEY}" f"&batch={DEFAULT_BATCH_NAME}",
50+
f"{API_URL}/dataset/{PROJECT_NAME}/upload?api_key={ROBOFLOW_API_KEY}&batch={DEFAULT_BATCH_NAME}",
5151
json={"duplicate": True, "id": "hbALkCFdNr9rssgOUXug"},
5252
status=200,
5353
)

0 commit comments

Comments
 (0)