Update qa_discourse.py
Browse files- 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
|
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
|