From dec0b7f439e2cb15040a0fe4604a46ffd5c499b1 Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Mon, 4 Nov 2024 16:43:07 -0800 Subject: [PATCH] Lint --- libs/langgraph/langgraph/pregel/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/langgraph/langgraph/pregel/__init__.py b/libs/langgraph/langgraph/pregel/__init__.py index 750a32fd1..d69fbc75f 100644 --- a/libs/langgraph/langgraph/pregel/__init__.py +++ b/libs/langgraph/langgraph/pregel/__init__.py @@ -877,7 +877,6 @@ class Pregel(PregelProtocol): # tasks for this checkpoint next_tasks = prepare_next_tasks( checkpoint, - saved.pending_writes or [], self.nodes, channels, managed, @@ -1061,7 +1060,6 @@ class Pregel(PregelProtocol): # tasks for this checkpoint next_tasks = prepare_next_tasks( checkpoint, - saved.pending_writes or [], self.nodes, channels, managed,