system HF staff commited on
Commit
7984520
·
1 Parent(s): e60ca8c

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. qa_srl.py +1 -1
qa_srl.py CHANGED
@@ -127,7 +127,7 @@ class QaSrl(datasets.GeneratorBasedBuilder):
127
 
128
  def _generate_examples(self, filepath):
129
 
130
- """ Yields examples. """
131
 
132
  with open(filepath, encoding="utf-8") as f:
133
 
 
127
 
128
  def _generate_examples(self, filepath):
129
 
130
+ """Yields examples."""
131
 
132
  with open(filepath, encoding="utf-8") as f:
133