Skip to content

Commit ebdaf9f

Browse files
committed
Make app_opts() args into kwargs
1 parent 1ff586f commit ebdaf9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shiny/express/_run.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ class AppOpts(TypedDict):
295295

296296
@no_example()
297297
def app_opts(
298+
*,
298299
static_assets: str | Path | Mapping[str, str | Path] | MISSING_TYPE = MISSING,
299300
debug: bool | MISSING_TYPE = MISSING,
300301
):

0 commit comments

Comments
 (0)