mirror of https://github.com/langgenius/dify.git
chore: handle merge conflict
This commit is contained in:
parent
c22ba3f537
commit
8cf4a0d3ad
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue