system HF staff commited on
Commit
aa3149d
1 Parent(s): 76be12c

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. quac.py +1 -1
quac.py CHANGED
@@ -122,7 +122,7 @@ class Quac(datasets.GeneratorBasedBuilder):
122
  ]
123
 
124
  def _generate_examples(self, filepath):
125
- """ Yields examples. """
126
  with open(filepath, encoding="utf-8") as f:
127
  squad = json.load(f)
128
  for section in squad["data"]:
122
  ]
123
 
124
  def _generate_examples(self, filepath):
125
+ """Yields examples."""
126
  with open(filepath, encoding="utf-8") as f:
127
  squad = json.load(f)
128
  for section in squad["data"]: