mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-13 13:17:52 +02:00
Fix typo
This commit is contained in:
@@ -34,7 +34,7 @@ def find_subgraph_pregel(candidate: Runnable) -> Optional[Runnable]:
|
||||
if (
|
||||
isinstance(c, Pregel)
|
||||
# subgraphs that disabled checkpointing are not considered
|
||||
and candidate.checkpointer is not False
|
||||
and c.checkpointer is not False
|
||||
):
|
||||
return c
|
||||
elif isinstance(c, RunnableSequence) or isinstance(c, RunnableSeq):
|
||||
|
||||
Reference in New Issue
Block a user