ProgramComputer commited on
Commit
cf590d1
·
1 Parent(s): 86ae09a

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +0 -1
test.py CHANGED
@@ -288,7 +288,6 @@ class VoxCeleb(datasets.GeneratorBasedBuilder):
288
  ]
289
 
290
  def _generate_examples(self, paths, meta_paths):
291
- nonlocal dl_manager
292
  key = 0
293
  for conf in paths:
294
  dataset_id = "vox1" if conf == "audio1" else "vox2"
 
288
  ]
289
 
290
  def _generate_examples(self, paths, meta_paths):
 
291
  key = 0
292
  for conf in paths:
293
  dataset_id = "vox1" if conf == "audio1" else "vox2"