Skip to content

Commit

Permalink
Fix type error with new uvicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheng5 committed Jun 24, 2022
1 parent 923d9ce commit aee9d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shiny/_main.py
Expand Up @@ -229,7 +229,7 @@ def run_app(

maybe_setup_rsw_proxying(log_config)

uvicorn.run(
uvicorn.run( # pyright: ignore[reportUnknownMemberType]
app, # type: ignore
host=host,
port=port,
Expand Down

0 comments on commit aee9d36

Please sign in to comment.