Skip to content

Commit a4c5b9b

Browse files
committed
don't store workflowstream
1 parent 59be7fa commit a4c5b9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/contrib/langgraph/test_streaming.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ async def token_node(state: State) -> dict[str, str]:
3232
@workflow.defn
3333
class StreamingWorkflowStreamsWorkflow:
3434
def __init__(self) -> None:
35-
self.stream = WorkflowStream()
35+
_ = WorkflowStream()
3636
self.app = graph("streaming-ws").compile()
3737

3838
@workflow.run

0 commit comments

Comments
 (0)