From c9613927dc84b5a363dac45ece56466a1641b408 Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Wed, 22 Jan 2025 16:05:34 -0800 Subject: [PATCH] Lint --- libs/langgraph/langgraph/pregel/algo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/langgraph/langgraph/pregel/algo.py b/libs/langgraph/langgraph/pregel/algo.py index 492341581..eff62e0fb 100644 --- a/libs/langgraph/langgraph/pregel/algo.py +++ b/libs/langgraph/langgraph/pregel/algo.py @@ -324,7 +324,7 @@ def apply_writes( @overload def prepare_next_tasks( checkpoint: Checkpoint, - pending_writes: Sequence[PendingWrite], + pending_writes: list[PendingWrite], processes: Mapping[str, PregelNode], channels: Mapping[str, BaseChannel], managed: ManagedValueMapping,