chore: handle merge conflict

This commit is contained in:
Novice 2025-10-20 10:54:02 +08:00
parent c22ba3f537
commit 8cf4a0d3ad
No known key found for this signature in database
GPG Key ID: EE3F68E3105DAAAB
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ from core.tools.plugin_tool.provider import PluginToolProviderController
from core.tools.plugin_tool.tool import PluginTool
from core.tools.utils.uuid_utils import is_valid_uuid
from core.tools.workflow_as_tool.provider import WorkflowToolProviderController
from core.workflow.entities.variable_pool import VariablePool
from core.workflow.runtime.variable_pool import VariablePool
from extensions.ext_database import db
from models.provider_ids import ToolProviderID
from services.enterprise.plugin_manager_service import PluginCredentialType