From bba00506ea7e47c32462182ac0d596532688795f Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Wed, 15 Jan 2025 10:57:26 -0800 Subject: [PATCH] Lint --- libs/checkpoint-postgres/langgraph/checkpoint/postgres/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/checkpoint-postgres/langgraph/checkpoint/postgres/base.py b/libs/checkpoint-postgres/langgraph/checkpoint/postgres/base.py index 8b599aff7..89275f111 100644 --- a/libs/checkpoint-postgres/langgraph/checkpoint/postgres/base.py +++ b/libs/checkpoint-postgres/langgraph/checkpoint/postgres/base.py @@ -223,7 +223,7 @@ def _dump_writes( task_id: str, task_path: str, writes: Sequence[tuple[str, Any]], - ) -> list[tuple[str, str, str, str, int, str, str, bytes]]: + ) -> list[tuple[str, str, str, str, str, int, str, str, bytes]]: return [ ( thread_id,