chore(api): reformat code

This commit is contained in:
QuantumGhost
2026-01-28 16:31:55 +08:00
parent 83b81f2c2e
commit 76d7a44585
3 changed files with 2 additions and 104 deletions

View File

@ -264,6 +264,4 @@ def test_parallel_human_input_join_completes_after_second_resume() -> None:
assert isinstance(second_resume_events[0], GraphRunStartedEvent)
assert second_resume_events[0].reason is WorkflowStartReason.RESUMPTION
assert isinstance(second_resume_events[-1], GraphRunSucceededEvent)
assert any(
isinstance(event, NodeRunSucceededEvent) and event.node_id == "end" for event in second_resume_events
)
assert any(isinstance(event, NodeRunSucceededEvent) and event.node_id == "end" for event in second_resume_events)