Skip to content

Commit 19b18ba

Browse files
fix(pre_commit): 🎨 auto format pre-commit hooks
1 parent f00d587 commit 19b18ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roboflow/core/workspace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ def _save_annotation(image_id, imagedesc):
377377
annotation_labelmap=labelmap,
378378
image_id=image_id,
379379
job_name=batch_name,
380-
num_retry_uploads=num_retries
380+
num_retry_uploads=num_retries,
381381
)
382382

383383
return annotation, upload_time

0 commit comments

Comments
 (0)