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 96a17f2 commit 74febc8Copy full SHA for 74febc8
src/superannotate/lib/app/interface/sdk_interface.py
@@ -669,7 +669,7 @@ def delete_images(
669
warnings.warn(warning_msg, DeprecationWarning)
670
project_name, folder_name = extract_project_folder(project)
671
672
- if not isinstance(image_names, list) and image_names is not none:
+ if not isinstance(image_names, list) and image_names is not None:
673
raise AppException("image_names should be a list of str or None.")
674
675
response = self.controller.delete_images(
0 commit comments