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 b5761de commit bfeada8Copy full SHA for bfeada8
1 file changed
fluent.runtime/fluent/runtime/builtins.py
@@ -6,7 +6,7 @@
6
DATETIME = fluent_date
7
8
9
-BUILTINS: Dict[str, Callable[[Any], FluentType]] = {
+BUILTINS: Dict[str, Callable[..., FluentType]] = {
10
"NUMBER": NUMBER,
11
"DATETIME": DATETIME,
12
}
0 commit comments