mirror of https://github.com/langgenius/dify.git
[autofix.ci] apply automated fixes
This commit is contained in:
parent
70d0d46678
commit
3f00449fb6
|
|
@ -88,7 +88,6 @@ class WorkflowToolManageService:
|
||||||
with Session(db.engine, expire_on_commit=False) as session, session.begin():
|
with Session(db.engine, expire_on_commit=False) as session, session.begin():
|
||||||
session.add(workflow_tool_provider)
|
session.add(workflow_tool_provider)
|
||||||
|
|
||||||
|
|
||||||
if labels is not None:
|
if labels is not None:
|
||||||
ToolLabelManager.update_tool_labels(
|
ToolLabelManager.update_tool_labels(
|
||||||
ToolTransformService.workflow_provider_to_controller(workflow_tool_provider), labels
|
ToolTransformService.workflow_provider_to_controller(workflow_tool_provider), labels
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue