Skip to content

Commit d7e2f97

Browse files
authored
Merge pull request #436 from superannotateai/develop
Update sdk_interface.py
2 parents 52c6d94 + b88fe59 commit d7e2f97

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)