Skip to content

Commit 49a083a

Browse files
committed
fixed docstring to include dupe images list on return
1 parent 35bc63f commit 49a083a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

superannotate/db/projects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,7 @@ def attach_image_urls_to_project(
956956
:param annotation_status: value to set the annotation statuses of the linked images: NotStarted InProgress QualityCheck Returned Completed Skipped
957957
:type annotation_status: str
958958
959-
:return: list of linked image urls, list of unreachable image urls
959+
:return: list of linked image names, list of failed image names, list of duplicate image names
960960
:rtype: tuple
961961
"""
962962

0 commit comments

Comments
 (0)