Skip to content

Commit bfeada8

Browse files
authored
Make Built-in fluent functions accept arbitrary number of positional arguments
1 parent b5761de commit bfeada8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fluent.runtime/fluent/runtime/builtins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
DATETIME = fluent_date
77

88

9-
BUILTINS: Dict[str, Callable[[Any], FluentType]] = {
9+
BUILTINS: Dict[str, Callable[..., FluentType]] = {
1010
"NUMBER": NUMBER,
1111
"DATETIME": DATETIME,
1212
}

0 commit comments

Comments
 (0)