From 02fcd08c08ae50e60b022238949a92cea41fbf1b Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 17:34:07 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- api/models/tools.py | 1 - 1 file changed, 1 deletion(-) diff --git a/api/models/tools.py b/api/models/tools.py index ec957ad70a..2a4151ef4d 100644 --- a/api/models/tools.py +++ b/api/models/tools.py @@ -9,7 +9,6 @@ from sqlalchemy import ForeignKey, String, func from sqlalchemy.orm import Mapped, mapped_column from core.helper import encrypter -from core.mcp.types import Tool from core.tools.entities.common_entities import I18nObject from core.tools.entities.tool_bundle import ApiToolBundle from core.tools.entities.tool_entities import ApiProviderSchemaType, WorkflowToolParameterConfiguration