From acd8acf23708065026b6d9e6d447fdedbec38fac Mon Sep 17 00:00:00 2001 From: vbarda Date: Thu, 22 Aug 2024 16:47:12 -0400 Subject: [PATCH] lint --- libs/checkpoint/langgraph/checkpoint/memory/__init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libs/checkpoint/langgraph/checkpoint/memory/__init__.py b/libs/checkpoint/langgraph/checkpoint/memory/__init__.py index 132b05c15..5d73f4ba5 100644 --- a/libs/checkpoint/langgraph/checkpoint/memory/__init__.py +++ b/libs/checkpoint/langgraph/checkpoint/memory/__init__.py @@ -210,7 +210,9 @@ class MemorySaver( elif limit is not None: limit -= 1 - writes = self.writes[(thread_id, checkpoint_ns, checkpoint_id)].values() + writes = self.writes[ + (thread_id, checkpoint_ns, checkpoint_id) + ].values() yield CheckpointTuple( config={