Skip to content

Commit cc121c6

Browse files
committed
removing comma
1 parent 4ba16c8 commit cc121c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/calendar/test_date_picker_persistence.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def test_rdpr001_persisted_dps(dash_dcc):
1111
app.layout = html.Div(
1212
[
1313
html.Button("fire callback", id="btn", n_clicks=1),
14-
html.Div(children=[html.Div(id="container"), html.P("dps", id="dps-p"),]),
14+
html.Div(children=[html.Div(id="container"), html.P("dps", id="dps-p")]),
1515
]
1616
)
1717

0 commit comments

Comments
 (0)