File tree Expand file tree Collapse file tree
components/dash-core-components/tests/integration/upload Expand file tree Collapse file tree Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments