system HF staff commited on
Commit
dd3fa18
1 Parent(s): d4d194e

Update files from the datasets library (from 1.6.1)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.6.1

Files changed (1) hide show
  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
- """ 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
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