system HF staff commited on
Commit
1b3431b
1 Parent(s): 2469326

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. dane.py +1 -1
dane.py CHANGED
@@ -209,7 +209,7 @@ class Dane(datasets.GeneratorBasedBuilder):
209
  ]
210
 
211
  def _generate_examples(self, filepath, split):
212
- """ Yields examples. """
213
 
214
  with open(filepath, encoding="utf-8") as f:
215
  guid = 0
 
209
  ]
210
 
211
  def _generate_examples(self, filepath, split):
212
+ """Yields examples."""
213
 
214
  with open(filepath, encoding="utf-8") as f:
215
  guid = 0