Skip to content

Commit c3f922a

Browse files
remove extra ,
1 parent b555ff2 commit c3f922a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/callbacks/test_basic_callback.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ def test_cbsc015_input_output_callback(dash_duo):
658658

659659
app = dash.Dash(__name__)
660660
app.layout = html.Div(
661-
[html.Div(id="input-text"), dcc.Input(id="input", type="number", value=0),]
661+
[html.Div(id="input-text"), dcc.Input(id="input", type="number", value=0)]
662662
)
663663

664664
@app.callback(

0 commit comments

Comments
 (0)