system HF staff commited on
Commit
7c4532c
1 Parent(s): 4f72297

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. trec.py +1 -1
trec.py CHANGED
@@ -155,7 +155,7 @@ class Trec(datasets.GeneratorBasedBuilder):
155
  ]
156
 
157
  def _generate_examples(self, filepath):
158
- """ Yields examples. """
159
  # TODO: Yields (key, example) tuples from the dataset
160
  with open(filepath, "rb") as f:
161
  for id_, row in enumerate(f):
 
155
  ]
156
 
157
  def _generate_examples(self, filepath):
158
+ """Yields examples."""
159
  # TODO: Yields (key, example) tuples from the dataset
160
  with open(filepath, "rb") as f:
161
  for id_, row in enumerate(f):