mirror of
https://github.com/langgenius/dify.git
synced 2026-03-17 21:07:58 +08:00
[autofix.ci] apply automated fixes
This commit is contained in:
@ -360,9 +360,7 @@ class DifyAPISQLAlchemyWorkflowNodeExecutionRepository(DifyAPIWorkflowNodeExecut
|
||||
"""
|
||||
Fetch node executions for a run using workflow_run_id.
|
||||
"""
|
||||
stmt = select(WorkflowNodeExecutionModel).where(
|
||||
WorkflowNodeExecutionModel.workflow_run_id == run_id
|
||||
)
|
||||
stmt = select(WorkflowNodeExecutionModel).where(WorkflowNodeExecutionModel.workflow_run_id == run_id)
|
||||
return list(session.scalars(stmt))
|
||||
|
||||
@staticmethod
|
||||
|
||||
Reference in New Issue
Block a user