Skip to content

Commit 5631206

Browse files
committed
chore: remove redundant graph .compile() call
Signed-off-by: Casper Nielsen <[email protected]>
1 parent 8eed645 commit 5631206

File tree

1 file changed

+0
-1
lines changed
  • examples/langgraph-checkpointer

1 file changed

+0
-1
lines changed

examples/langgraph-checkpointer/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ def assistant(state: MessagesState):
5454
tools_condition,
5555
)
5656
builder.add_edge('tools', 'assistant')
57-
react_graph = builder.compile()
5857

5958
memory = DaprCheckpointer(store_name='dapr-redis', key_prefix='dapr')
6059
react_graph_memory = builder.compile(checkpointer=memory)

0 commit comments

Comments
 (0)