[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2025-12-17 13:04:08 +00:00 committed by Asuka Minato
parent e373dc487e
commit 0e2eab7502
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ from core.mcp.mcp_client import MCPClient
from core.model_runtime.utils.encoders import jsonable_encoder
from core.plugin.entities.plugin_daemon import CredentialType
from core.plugin.impl.oauth import OAuthHandler
from core.tools.entities.tool_entities import WorkflowToolParameterConfiguration, ApiProviderSchemaType
from core.tools.entities.tool_entities import ApiProviderSchemaType, WorkflowToolParameterConfiguration
from extensions.ext_database import db
from libs.helper import alphanumeric, uuid_value
from libs.login import current_account_with_tenant, login_required