system HF staff commited on
Commit
c96383f
1 Parent(s): df343d3

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. youtube_caption_corrections.py +1 -1
youtube_caption_corrections.py CHANGED
@@ -87,7 +87,7 @@ class YoutubeCaptionCorrections(datasets.GeneratorBasedBuilder):
87
  ]
88
 
89
  def _generate_examples(self, filepaths):
90
- """ Yields examples. """
91
  for fp in filepaths:
92
  with open(fp, "r", encoding="utf-8") as json_file:
93
  json_lists = list(json_file)
 
87
  ]
88
 
89
  def _generate_examples(self, filepaths):
90
+ """Yields examples."""
91
  for fp in filepaths:
92
  with open(fp, "r", encoding="utf-8") as json_file:
93
  json_lists = list(json_file)