Skip to content

Commit 3fc9906

Browse files
committed
format test file with black
1 parent 4b1ea8e commit 3fc9906

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

components/dash-core-components/tests/integration/upload/test_folder_upload.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ def test_upfd001_folder_upload_with_enable_folder_selection(dash_dcc):
1616
html.Div("Folder Upload Test", id="title"),
1717
dcc.Upload(
1818
id="upload-folder",
19-
children=html.Div(
20-
["Drag and Drop or ", html.A("Select Folder")]
21-
),
19+
children=html.Div(["Drag and Drop or ", html.A("Select Folder")]),
2220
style={
2321
"width": "100%",
2422
"height": "60px",
@@ -77,7 +75,9 @@ def test_upfd002_multiple_files_without_folder_selection(dash_dcc):
7775
html.Div("Multiple Files Test", id="title"),
7876
dcc.Upload(
7977
id="upload-multiple",
80-
children=html.Div(["Drag and Drop or ", html.A("Select Multiple Files")]),
78+
children=html.Div(
79+
["Drag and Drop or ", html.A("Select Multiple Files")]
80+
),
8181
style={
8282
"width": "100%",
8383
"height": "60px",

0 commit comments

Comments
 (0)