ProgramComputer commited on
Commit
3345f55
·
1 Parent(s): a2fe93c

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +2 -2
test.py CHANGED
@@ -298,13 +298,13 @@ class Test(datasets.GeneratorBasedBuilder):
298
  # ))
299
 
300
  mapped_paths = dl_manager.extract( dl_manager.download(
301
- dict(
302
  "test",
303
  dict(
304
  (target, _URLS[target]["test"])
305
  for target in targets
306
  ),
307
-
308
 
309
  )
310
  ))
 
298
  # ))
299
 
300
  mapped_paths = dl_manager.extract( dl_manager.download(
301
+ dict( (
302
  "test",
303
  dict(
304
  (target, _URLS[target]["test"])
305
  for target in targets
306
  ),
307
+ )
308
 
309
  )
310
  ))