Skip to content

Commit 57e0540

Browse files
Update shiny/api-examples/insert_nav_panel/app-core.py
Co-authored-by: Carson Sievert <[email protected]>
1 parent 3200c31 commit 57e0540

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

shiny/api-examples/insert_nav_panel/app-core.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ def _():
6464
@reactive.effect()
6565
@reactive.event(input.addTextPanel)
6666
def _():
67-
n = str(input.addFoo())
6867
ui.insert_nav_panel(
6968
"tabs",
7069
"Placeholder Text Panel",

0 commit comments

Comments
 (0)