[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2026-04-09 04:38:46 +00:00 committed by -LAN-
parent 8ac5545b3b
commit b8089c1d66
No known key found for this signature in database
GPG Key ID: 6BA0D108DED011FF

View File

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