Datasets:
Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
- craigslist_bargains.py +1 -1
craigslist_bargains.py
CHANGED
@@ -133,7 +133,7 @@ class CraigslistBargains(datasets.GeneratorBasedBuilder):
|
|
133 |
]
|
134 |
|
135 |
def _generate_examples(self, filepath, split):
|
136 |
-
"""
|
137 |
|
138 |
# Set default values for items when the information is missing
|
139 |
# `items` is the description of the item advertised on craigslist
|
|
|
133 |
]
|
134 |
|
135 |
def _generate_examples(self, filepath, split):
|
136 |
+
"""Yields examples."""
|
137 |
|
138 |
# Set default values for items when the information is missing
|
139 |
# `items` is the description of the item advertised on craigslist
|