We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1239a8 commit e03add6Copy full SHA for e03add6
haystack/utils/jinja2_extensions.py
@@ -55,7 +55,7 @@ def _get_datetime(
55
if offset and operator:
56
try:
57
# Parse the offset and apply it to the datetime object
58
- replace_params = {
+ replace_params: dict[str, Any] = {
59
interval.strip(): float(operator + value.strip())
60
for param in offset.split(",")
61
for interval, value in [param.split("=")]
0 commit comments