From c9fb5886001355090be3b0b2aeb2a442bddb6089 Mon Sep 17 00:00:00 2001 From: Narek Mkhitaryan Date: Mon, 21 Oct 2024 15:02:32 +0400 Subject: [PATCH] fixed get_annotations project param --- src/superannotate/lib/app/interface/sdk_interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/superannotate/lib/app/interface/sdk_interface.py b/src/superannotate/lib/app/interface/sdk_interface.py index 880043d1d..881e36b2f 100644 --- a/src/superannotate/lib/app/interface/sdk_interface.py +++ b/src/superannotate/lib/app/interface/sdk_interface.py @@ -2318,7 +2318,7 @@ def invite_contributors_to_team( def get_annotations( self, - project: Union[int, NotEmptyStr], + project: Union[NotEmptyStr, int], items: Optional[Union[List[NotEmptyStr], List[int]]] = None, ): """Returns annotations for the given list of items.