system HF staff commited on
Commit
e838b03
1 Parent(s): 05619c5

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. web_nlg.py +1 -1
web_nlg.py CHANGED
@@ -247,7 +247,7 @@ class WebNlg(datasets.GeneratorBasedBuilder):
247
  ]
248
 
249
  def _generate_examples(self, filedirs):
250
- """ Yields examples. """
251
 
252
  id_ = 0
253
  for xml_location in filedirs:
 
247
  ]
248
 
249
  def _generate_examples(self, filedirs):
250
+ """Yields examples."""
251
 
252
  id_ = 0
253
  for xml_location in filedirs: