ProgramComputer commited on
Commit
57c21bb
·
1 Parent(s): 002fe95

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +1 -1
test.py CHANGED
@@ -201,7 +201,7 @@ class Test(datasets.GeneratorBasedBuilder):
201
  targets = (
202
  ["audio1", "audio2"] if self.config.name == "audio" else [self.config.name]
203
  )
204
- def self_download_custom(self, url_or_urls, custom_download):
205
  nonlocal dl_manager
206
  """
207
  Download given urls(s) by calling `custom_download`.
 
201
  targets = (
202
  ["audio1", "audio2"] if self.config.name == "audio" else [self.config.name]
203
  )
204
+ def self_download_custom(url_or_urls, custom_download):
205
  nonlocal dl_manager
206
  """
207
  Download given urls(s) by calling `custom_download`.