Skip to content

Commit f0bda37

Browse files
committed
Fix number of returns
1 parent 2d27b1a commit f0bda37

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
@@ -372,7 +372,7 @@ def _save_annotation(image_id, imagedesc):
372372
if not annotation_path:
373373
return None, None
374374

375-
annotation, upload_time = project.save_annotation(
375+
annotation, upload_time, _retry_attempts = project.save_annotation(
376376
annotation_path=annotation_path,
377377
annotation_labelmap=labelmap,
378378
image_id=image_id,

0 commit comments

Comments
 (0)