system HF staff commited on
Commit
8b01094
1 Parent(s): d40aeaf

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. air_dialogue.py +1 -1
air_dialogue.py CHANGED
@@ -213,7 +213,7 @@ class AirDialogue(datasets.GeneratorBasedBuilder):
213
  ]
214
 
215
  def _generate_examples(self, filepath, split):
216
- """ Yields examples. """
217
  # TODO: This method will receive as arguments the `gen_kwargs` defined in the previous `_split_generators` method.
218
  # It is in charge of opening the given file and yielding (key, example) tuples from the dataset
219
  # The key is not important, it's more here for legacy reason (legacy from tfds)
 
213
  ]
214
 
215
  def _generate_examples(self, filepath, split):
216
+ """Yields examples."""
217
  # TODO: This method will receive as arguments the `gen_kwargs` defined in the previous `_split_generators` method.
218
  # It is in charge of opening the given file and yielding (key, example) tuples from the dataset
219
  # The key is not important, it's more here for legacy reason (legacy from tfds)