浏览代码

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

liangxunge 2 周之前
父节点
当前提交
5e067cef0a
共有 1 个文件被更改,包括 1 次插入1 次删除
  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