chore: fix reimported (#18610)

This commit is contained in:
Will
2025-04-23 16:48:00 +08:00
committed by GitHub
parent e9aedc701c
commit 205535c8e9
3 changed files with 3 additions and 10 deletions

View File

@@ -80,8 +80,6 @@ class ChatMessageTextApi(Resource):
@account_initialization_required
@get_app_model
def post(self, app_model: App):
from werkzeug.exceptions import InternalServerError
try:
parser = reqparse.RequestParser()
parser.add_argument("message_id", type=str, location="json")