system HF staff commited on
Commit
72bb1b6
1 Parent(s): d638f87

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. common_voice.py +1 -1
common_voice.py CHANGED
@@ -696,7 +696,7 @@ class CommonVoice(datasets.GeneratorBasedBuilder):
696
  ]
697
 
698
  def _generate_examples(self, filepath, path_to_clips):
699
- """ Yields examples. """
700
  data_fields = list(self._info().features.keys())
701
  path_idx = data_fields.index("path")
702
 
696
  ]
697
 
698
  def _generate_examples(self, filepath, path_to_clips):
699
+ """Yields examples."""
700
  data_fields = list(self._info().features.keys())
701
  path_idx = data_fields.index("path")
702