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