kleinay commited on
Commit
301fef9
·
verified ·
1 Parent(s): d8ed654

Update qa_align.py

Browse files
Files changed (1) hide show
  1. qa_align.py +1 -1
qa_align.py CHANGED
@@ -122,7 +122,7 @@ class QaAlign(datasets.GeneratorBasedBuilder):
122
  citation=_CITATION,
123
  )
124
 
125
- def _split_generators(self, dl_manager: datasets.utils.download_manager.DownloadManager):
126
  """Returns SplitGenerators."""
127
 
128
  # Download and prepare all files - keep same structure as _URLs
 
122
  citation=_CITATION,
123
  )
124
 
125
+ def _split_generators(self, dl_manager):
126
  """Returns SplitGenerators."""
127
 
128
  # Download and prepare all files - keep same structure as _URLs