Przeglądaj źródła

知识库类型管理(添加分页查询知识库类型接口)

liangxunge 2 tygodni temu
rodzic
commit
5e067cef0a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      api/controllers/console/tag/tags.py

+ 1 - 1
api/controllers/console/tag/tags.py

@@ -1,6 +1,6 @@
 from flask import request
 from flask_login import current_user  # type: ignore
-from flask_restful import Resource, marshal_with, reqparse, marshal  # type: ignore
+from flask_restful import Resource, marshal, marshal_with, reqparse  # type: ignore
 from werkzeug.exceptions import Forbidden
 
 from controllers.console import api