Skip to content

Commit 3787c01

Browse files
committed
Remove extra call to run_express()
1 parent c3cd67f commit 3787c01

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

shiny/express/_run.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ def wrap_express_app(file: Path) -> App:
3838
"development and the API is subject to change!"
3939
)
4040

41-
app_ui = run_express(file)
4241
try:
4342
# We tagify here, instead of waiting for the App object to do it when it wraps
4443
# the UI in a HTMLDocument and calls render() on it. This is because

0 commit comments

Comments
 (0)