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
4 changes: 2 additions & 2 deletions src/superannotate/lib/app/interface/sdk_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -3641,7 +3641,7 @@ def copy_items(
"skip", "replace", "replace_annotations_only"
] = "skip",
):
"""Copy images in bulk between folders in a project
"""Copy items in bulk between folders in a project
:param source: project name (root) or folder path to pick items from (e.g., “project1/folder1”).
:type source: str
Expand Down Expand Up @@ -3705,7 +3705,7 @@ def move_items(
"skip", "replace", "replace_annotations_only"
] = "skip",
):
"""Move images in bulk between folders in a project
"""Move items in bulk between folders in a project
:param source: project name (root) or folder path to pick items from (e.g., “project1/folder1”).
:type source: str
Expand Down