Skip to content

Commit 732bf3f

Browse files
committed
black fixes
Since pyproject.toml tells black what Python versions are supported, it's slightly stricter than the default (see https://black.readthedocs.io/en/stable/usage_and_configuration/the_basics.html#t-target-version).
1 parent f90b627 commit 732bf3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shiny/express/_module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def wrapper(id: Id, *args: P.args, **kwargs: P.kwargs) -> R:
5353
module_session.output,
5454
module_session,
5555
*args,
56-
**kwargs
56+
**kwargs,
5757
)
5858

5959
return wrapper

0 commit comments

Comments
 (0)