system HF staff commited on
Commit
91385e9
1 Parent(s): 68c485f

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. spanish_billion_words.py +1 -1
spanish_billion_words.py CHANGED
@@ -81,7 +81,7 @@ class SpanishBillionWords(datasets.GeneratorBasedBuilder):
81
  ]
82
 
83
  def _generate_examples(self, directory):
84
- """ Yields examples. """
85
  files = os.listdir(directory)
86
  files = sorted(files)
87
  _id = 0
81
  ]
82
 
83
  def _generate_examples(self, directory):
84
+ """Yields examples."""
85
  files = os.listdir(directory)
86
  files = sorted(files)
87
  _id = 0