Skip to content

Commit 06039d7

Browse files
committed
lint
1 parent 3d7bc0c commit 06039d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/integration/callbacks/test_validation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def multi2(a):
115115
def test_cbva003_list_single_output(dash_duo):
116116
app = Dash(__name__)
117117
app.layout = html.Div(
118-
[html.Div("Hi", id="in"), html.Div(id="out1"), html.Div(id="out2"),]
118+
[html.Div("Hi", id="in"), html.Div(id="out1"), html.Div(id="out2")]
119119
)
120120

121121
@app.callback(Output("out1", "children"), Input("in", "children"))

0 commit comments

Comments
 (0)