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 e4fc3c2 commit b5761deCopy full SHA for b5761de
1 file changed
fluent.runtime/fluent/runtime/bundle.py
@@ -35,7 +35,7 @@ class FluentBundle:
35
def __init__(
36
self,
37
locales: List[str],
38
- functions: Union[Dict[str, Callable[[Any], "FluentType"]], None] = None,
+ functions: Union[Dict[str, Callable[..., "FluentType"]], None] = None,
39
use_isolating: bool = True,
40
):
41
self.locales = locales
0 commit comments