Skip to content

Commit 74febc8

Browse files
committed
fixing wrong capitalization
1 parent 96a17f2 commit 74febc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/superannotate/lib/app/interface/sdk_interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ def delete_images(
669669
warnings.warn(warning_msg, DeprecationWarning)
670670
project_name, folder_name = extract_project_folder(project)
671671

672-
if not isinstance(image_names, list) and image_names is not none:
672+
if not isinstance(image_names, list) and image_names is not None:
673673
raise AppException("image_names should be a list of str or None.")
674674

675675
response = self.controller.delete_images(

0 commit comments

Comments
 (0)