system HF staff commited on
Commit
aa2c3b9
1 Parent(s): 9697711

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. sent_comp.py +1 -1
sent_comp.py CHANGED
@@ -130,7 +130,7 @@ class SentComp(datasets.GeneratorBasedBuilder):
130
  ]
131
 
132
  def _generate_examples(self, filepaths):
133
- """ Yields examples. """
134
  id_ = -1
135
  for ix, filepath in enumerate(filepaths):
136
  with gzip.open(filepath, mode="rt", encoding="utf-8") as f:
130
  ]
131
 
132
  def _generate_examples(self, filepaths):
133
+ """Yields examples."""
134
  id_ = -1
135
  for ix, filepath in enumerate(filepaths):
136
  with gzip.open(filepath, mode="rt", encoding="utf-8") as f: