system HF staff commited on
Commit
48e8c62
1 Parent(s): f721c75

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. imppres.py +1 -1
imppres.py CHANGED
@@ -224,7 +224,7 @@ class Imppres(datasets.GeneratorBasedBuilder):
224
  ]
225
 
226
  def _generate_examples(self, filepath, split):
227
- """ Yields examples. """
228
  # TODO: This method will receive as arguments the `gen_kwargs` defined in the previous `_split_generators` method.
229
  # It is in charge of opening the given file and yielding (key, example) tuples from the dataset
230
  # The key is not important, it's more here for legacy reason (legacy from tfds)
224
  ]
225
 
226
  def _generate_examples(self, filepath, split):
227
+ """Yields examples."""
228
  # TODO: This method will receive as arguments the `gen_kwargs` defined in the previous `_split_generators` method.
229
  # It is in charge of opening the given file and yielding (key, example) tuples from the dataset
230
  # The key is not important, it's more here for legacy reason (legacy from tfds)