Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/superannotate/lib/app/interface/sdk_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -2340,7 +2340,7 @@ def query(
subset: Optional[NotEmptyStr] = None,
):
"""Return items that satisfy the given query.
Query syntax should be in SuperAnnotate query language(https://doc.superannotate.com/docs/query-search-1).
Query syntax should be in SuperAnnotate query language(https://doc.superannotate.com/docs/explore-overview).

:param project: project name or folder path (e.g., “project1/folder1”)
:type project: str
Expand Down