Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
system HF Staff commited on
Commit
72a7cd4
·
1 Parent(s): 2be1037

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. proto_qa.py +1 -1
proto_qa.py CHANGED
@@ -160,7 +160,7 @@ class ProtoQA(datasets.GeneratorBasedBuilder):
160
  ]
161
 
162
  def _generate_examples(self, filepath):
163
- """ Yields examples. """
164
 
165
  if self.config.name == "proto_qa_cs_assessments":
166
  with open(filepath, encoding="utf-8") as f:
 
160
  ]
161
 
162
  def _generate_examples(self, filepath):
163
+ """Yields examples."""
164
 
165
  if self.config.name == "proto_qa_cs_assessments":
166
  with open(filepath, encoding="utf-8") as f: