system HF staff commited on
Commit
55f7d87
1 Parent(s): bff82e2

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. ollie.py +1 -1
ollie.py CHANGED
@@ -131,7 +131,7 @@ class Ollie(datasets.GeneratorBasedBuilder):
131
  ]
132
 
133
  def _generate_examples(self, filepath, split):
134
- """ Yields examples from the Ollie predicates and sentences. """
135
 
136
  with bz2.open(filepath, "rt") as f:
137
  id_ = -1
131
  ]
132
 
133
  def _generate_examples(self, filepath, split):
134
+ """Yields examples from the Ollie predicates and sentences."""
135
 
136
  with bz2.open(filepath, "rt") as f:
137
  id_ = -1