Skip to content

Commit b88fe59

Browse files
authored
Update sdk_interface.py
Fix upload_priority_scores doc
1 parent 40fc6fb commit b88fe59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/superannotate/lib/app/interface/sdk_interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2826,7 +2826,7 @@ def get_annotations_per_frame(project: NotEmptyStr, video: NotEmptyStr, fps: int
28262826
@Trackable
28272827
@validate_arguments
28282828
def upload_priority_scores(project: NotEmptyStr, scores: List[PriorityScore]):
2829-
"""Returns per frame annotations for the given video.
2829+
"""Upload priority scores for the given list of items.
28302830
28312831
:param project: project name or folder path (e.g., “project1/folder1”)
28322832
:type project: str

0 commit comments

Comments
 (0)