We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14a0632 commit c9fb588Copy full SHA for c9fb588
src/superannotate/lib/app/interface/sdk_interface.py
@@ -2318,7 +2318,7 @@ def invite_contributors_to_team(
2318
2319
def get_annotations(
2320
self,
2321
- project: Union[int, NotEmptyStr],
+ project: Union[NotEmptyStr, int],
2322
items: Optional[Union[List[NotEmptyStr], List[int]]] = None,
2323
):
2324
"""Returns annotations for the given list of items.
0 commit comments