Remove trailing whitespace.

This commit is contained in:
comfyanonymous 2024-12-27 18:25:44 -05:00 committed by GitHub
parent 1ea319ee07
commit c1f588abca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -252,7 +252,7 @@ class PromptServer():
name) + "/" + os.path.relpath(f, dir).replace("\\", "/"), files)))
return web.json_response(extensions)
def get_dir_by_type(dir_type):
if dir_type is None:
dir_type = "input"