mirror of
https://github.com/langgenius/dify.git
synced 2026-05-09 12:59:18 +08:00
[autofix.ci] apply automated fixes
This commit is contained in:
parent
8ac5545b3b
commit
b8089c1d66
@ -157,9 +157,7 @@ class TestBindGraphRuntimeStateToGraph:
|
||||
monkeypatch.setattr(
|
||||
"core.workflow.runtime_state.ResponseStreamCoordinator",
|
||||
lambda *, variable_pool, graph: (
|
||||
coordinator
|
||||
if variable_pool is runtime_state.variable_pool and graph is graph
|
||||
else None
|
||||
coordinator if variable_pool is runtime_state.variable_pool and graph is graph else None
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user