From e45e96d91865f123ef0461869cf86c284855211e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B1=9F=E6=B3=A2?= Date: Wed, 19 Mar 2025 20:20:57 +0800 Subject: [PATCH] chore: optimize imports --- api/models/tools.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/models/tools.py b/api/models/tools.py index aef1490729..f4ea8c9d41 100644 --- a/api/models/tools.py +++ b/api/models/tools.py @@ -12,8 +12,9 @@ from core.tools.entities.tool_bundle import ApiToolBundle from core.tools.entities.tool_entities import ApiProviderSchemaType, WorkflowToolParameterConfiguration from models.base import Base +from .account import Tenant from .engine import db -from .model import Account, App, Tenant +from .model import Account, App from .types import StringUUID