Wow. Adding back extra blank line.

This commit is contained in:
Andrew Nguonly
2024-05-14 11:38:46 -07:00
parent 0093b773f0
commit 3f34b03ba1
+1
View File
@@ -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"