type + misc

This commit is contained in:
lda
2026-06-11 03:31:18 +07:00 Verified
parent 3d2c78993f
commit d695fd7533
13 changed files with 146 additions and 79 deletions
+1 -1
View File
@@ -215,7 +215,7 @@ def test_non_root_frame_node_writes_are_buffered_in_lineage() -> None:
result = execute_node_use(
workflow,
run,
workflow.nodes[0], # type: ignore[arg-type]
workflow.nodes[0], # type: ignore[arg-type, ty:invalid-argument-type]
workflow.node_defs[0],
{"write_value": lambda payload, _ctx: {"value": f"{payload['value']}-next"}},
)