From 3f34b03ba1697203b6e179ca74fc8d97cedd5fe3 Mon Sep 17 00:00:00 2001 From: Andrew Nguonly Date: Tue, 14 May 2024 11:38:46 -0700 Subject: [PATCH] Wow. Adding back extra blank line. --- langgraph/checkpoint/sqlite.py | 1 + 1 file changed, 1 insertion(+) diff --git a/langgraph/checkpoint/sqlite.py b/langgraph/checkpoint/sqlite.py index 94c64cf34..b4db7584f 100644 --- a/langgraph/checkpoint/sqlite.py +++ b/langgraph/checkpoint/sqlite.py @@ -445,6 +445,7 @@ def search_where(metadata_query: CheckpointMetadata, predicates: List[str] = []) This method returns the operator as well (=, IS). """ + def _where_value(query_value: Any) -> str: if query_value is None: return "IS NULL"