Skip to content

Commit d55f6ac

Browse files
Update tests/playwright/shiny/components/selectize/app.py
Co-authored-by: Carson Sievert <[email protected]>
1 parent 0ccf0e8 commit d55f6ac

File tree

1 file changed

+1
-1
lines changed
  • tests/playwright/shiny/components/selectize

1 file changed

+1
-1
lines changed

tests/playwright/shiny/components/selectize/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def reprex_selectize_ui():
88

99
@module.server
1010
def reprex_selectize_server(
11-
input: Inputs, output: Outputs, session: Session, starting_value: int = 0
11+
input: Inputs, output: Outputs, session: Session
1212
):
1313
@reactive.effect
1414
def _():

0 commit comments

Comments
 (0)