system HF staff commited on
Commit
53ae8d4
1 Parent(s): a34f764

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. narrativeqa_manual.py +1 -1
narrativeqa_manual.py CHANGED
@@ -158,7 +158,7 @@ class NarrativeqaManual(datasets.GeneratorBasedBuilder):
158
  ]
159
 
160
  def _generate_examples(self, data_dir, manual_dir, split):
161
- """ Yields examples. """
162
 
163
  documents = {}
164
  with open(data_dir["documents"], encoding="utf-8") as f:
158
  ]
159
 
160
  def _generate_examples(self, data_dir, manual_dir, split):
161
+ """Yields examples."""
162
 
163
  documents = {}
164
  with open(data_dir["documents"], encoding="utf-8") as f: