ProgramComputer commited on
Commit
002fe95
·
1 Parent(s): 8de7527

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +1 -1
test.py CHANGED
@@ -341,7 +341,7 @@ class Test(datasets.GeneratorBasedBuilder):
341
  )
342
  for placeholder_key in ("placeholder", "test")
343
  ),
344
- download_custom
345
 
346
 
347
 
 
341
  )
342
  for placeholder_key in ("placeholder", "test")
343
  ),
344
+ download_custom,
345
 
346
 
347