kleinay commited on
Commit
27b00a0
·
verified ·
1 Parent(s): b77519b

Update qa_discourse.py

Browse files
Files changed (1) hide show
  1. qa_discourse.py +1 -1
qa_discourse.py CHANGED
@@ -99,7 +99,7 @@ class QaDiscourse(datasets.GeneratorBasedBuilder):
99
  citation=_CITATION,
100
  )
101
 
102
- def _split_generators(self, dl_manager: datasets.utils.download_manager.DownloadManager):
103
  """Returns SplitGenerators."""
104
 
105
  # Download and prepare all files - keep same structure as _URLs
 
99
  citation=_CITATION,
100
  )
101
 
102
+ def _split_generators(self, dl_manager):
103
  """Returns SplitGenerators."""
104
 
105
  # Download and prepare all files - keep same structure as _URLs