Skip to content

Commit 00e5b13

Browse files
authored
Merge pull request #721 from superannotateai/FRIDAY-3248
fixed get_annotations project param
2 parents 14a0632 + c9fb588 commit 00e5b13

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
@@ -2318,7 +2318,7 @@ def invite_contributors_to_team(
23182318

23192319
def get_annotations(
23202320
self,
2321-
project: Union[int, NotEmptyStr],
2321+
project: Union[NotEmptyStr, int],
23222322
items: Optional[Union[List[NotEmptyStr], List[int]]] = None,
23232323
):
23242324
"""Returns annotations for the given list of items.

0 commit comments

Comments
 (0)