From 96c9258d2a47a6225383abca7449bb8c85029025 Mon Sep 17 00:00:00 2001 From: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com> Date: Thu, 5 Dec 2024 15:03:55 -0800 Subject: [PATCH] rm unused --- libs/checkpoint-postgres/langgraph/store/postgres/base.py | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/checkpoint-postgres/langgraph/store/postgres/base.py b/libs/checkpoint-postgres/langgraph/store/postgres/base.py index 3361b28b9..d47a357d2 100644 --- a/libs/checkpoint-postgres/langgraph/store/postgres/base.py +++ b/libs/checkpoint-postgres/langgraph/store/postgres/base.py @@ -21,7 +21,6 @@ import orjson from psycopg import Capabilities, Connection, Cursor, Pipeline -from psycopg.errors import UndefinedTable from psycopg.rows import DictRow, dict_row from psycopg.types.json import Jsonb from psycopg_pool import ConnectionPool