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 f90b627 commit 732bf3fCopy full SHA for 732bf3f
shiny/express/_module.py
@@ -53,7 +53,7 @@ def wrapper(id: Id, *args: P.args, **kwargs: P.kwargs) -> R:
53
module_session.output,
54
module_session,
55
*args,
56
- **kwargs
+ **kwargs,
57
)
58
59
return wrapper
0 commit comments