Chore: remove unreachable code (#21986)

This commit is contained in:
Yongtao Huang 2025-07-07 21:55:34 +08:00 committed by GitHub
parent 5b0b64c7e5
commit de54f8d0ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -87,7 +87,5 @@ class PluginUploadFileApi(Resource):
except services.errors.file.UnsupportedFileTypeError:
raise UnsupportedFileTypeError()
return tool_file, 201
api.add_resource(PluginUploadFileApi, "/files/upload/for-plugin")