Skip to content

Commit 6a181a8

Browse files
committed
fix imports
1 parent 662141b commit 6a181a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/playwright/shiny/bugs/2013-selectize-set-does-not-clear/app_selectize.py

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

33
app_ui = ui.page_fluid(
44
ui.input_selectize(

0 commit comments

Comments
 (0)