[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-12-16 08:37:32 +00:00
committed by GitHub
parent 3782f17dc7
commit 3781c2a025

View File

@ -4,8 +4,7 @@ from typing import Any, Literal, cast
from uuid import UUID
from flask import abort, request
from flask_restx import Resource, marshal_with # type: ignore
from flask_restx import reqparse
from flask_restx import Resource, marshal_with, reqparse # type: ignore
from pydantic import BaseModel, Field
from sqlalchemy.orm import Session
from werkzeug.exceptions import Forbidden, InternalServerError, NotFound
@ -969,6 +968,7 @@ class RagPipelineDatasourceVariableApi(Resource):
)
return workflow_node_execution
@console_ns.route("/rag/pipelines/recommended-plugins")
class RagPipelineRecommendedPluginApi(Resource):
@setup_required