Skip to content

Commit c106374

Browse files
committed
Remove unused import from app-express.py
1 parent 1d4534d commit c106374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shiny/api-examples/output_code/app-express.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from shiny.express import input, output_args, render, ui
1+
from shiny.express import input, render, ui
22

33
ui.input_text_area(
44
"source",

0 commit comments

Comments
 (0)