Skip to content

Commit 93284ac

Browse files
mbegelalexcjohnson
authored andcommitted
One test uses single Input not in list
1 parent 250352a commit 93284ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/assets/simple_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
)
1919

2020

21-
@app.callback(Output("out", "children"), [Input("value", "value")])
21+
@app.callback(Output("out", "children"), Input("value", "value"))
2222
def on_value(value):
2323
if value is None:
2424
raise PreventUpdate

0 commit comments

Comments
 (0)