chore: fix reimported (#18610)
This commit is contained in:
parent
e9aedc701c
commit
205535c8e9
3 changed files with 3 additions and 10 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue