fixing Blank line contains whitespace

This commit is contained in:
Yiqun Xu 2025-06-11 12:33:25 -07:00 committed by GitHub
parent 8e86385f40
commit 57a1fc0fcc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -290,7 +290,6 @@ class PromptServer():
image = post.get("image")
overwrite = post.get("overwrite")
image_is_duplicate = False
image_upload_type = post.get("type")
upload_dir, image_upload_type = get_dir_by_type(image_upload_type)