Browse Source

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

liangxunge 5 days ago
parent
commit
5e067cef0a
1 changed files with 1 additions and 1 deletions
  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