Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
- metooma.py +1 -1
metooma.py
CHANGED
|
@@ -93,7 +93,7 @@ class Metooma(datasets.GeneratorBasedBuilder):
|
|
| 93 |
]
|
| 94 |
|
| 95 |
def _generate_examples(self, filepath):
|
| 96 |
-
"""
|
| 97 |
with open(filepath, encoding="utf-8") as csv_file:
|
| 98 |
csv_reader = csv.reader(
|
| 99 |
csv_file,
|
|
|
|
| 93 |
]
|
| 94 |
|
| 95 |
def _generate_examples(self, filepath):
|
| 96 |
+
"""Yields examples."""
|
| 97 |
with open(filepath, encoding="utf-8") as csv_file:
|
| 98 |
csv_reader = csv.reader(
|
| 99 |
csv_file,
|