mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-29 03:09:45 +02:00
Wow. Adding back extra blank line.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user