Skip to content

Commit 78b179c

Browse files
committed
add custom griffe extension for inspection of the Sync implementations
1 parent d02afe4 commit 78b179c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

python/lib/sift_client/util/cel_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ def greater_than(field: str, value: int | float | datetime) -> str:
215215
return f"{field} > {as_string}"
216216

217217

218+
218219
def less_than(field: str, value: int | float | datetime) -> str:
219220
"""
220221
Generates a CEL expression that checks whether a numeric or datetime field is less than a given value.

0 commit comments

Comments
 (0)