[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2025-12-29 08:34:51 +00:00 committed by GitHub
parent 70d0d46678
commit 3f00449fb6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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