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 74febc8 commit 4e25c50Copy full SHA for 4e25c50
src/superannotate/lib/app/interface/sdk_interface.py
@@ -663,7 +663,7 @@ def delete_images(
663
warning_msg = (
664
"We're deprecating the delete_images function. Please use delete_items instead."
665
"Learn more. \n"
666
- "https://superannotate.readthedocs.io/en/stable/superannotate.sdk.html#superannotate.assign_items"
+ "https://superannotate.readthedocs.io/en/stable/superannotate.sdk.html#superannotate.delete_items"
667
)
668
logger.warning(warning_msg)
669
warnings.warn(warning_msg, DeprecationWarning)
0 commit comments