system HF staff commited on
Commit
04cc65a
1 Parent(s): f91b3fd

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. offcombr.py +1 -1
offcombr.py CHANGED
@@ -89,7 +89,7 @@ class Offcombr(datasets.GeneratorBasedBuilder):
89
  ]
90
 
91
  def _generate_examples(self, filepath):
92
- """ Yields examples. """
93
 
94
  with open(filepath, encoding="utf-8") as f:
95
  for id_, row in enumerate(f):
89
  ]
90
 
91
  def _generate_examples(self, filepath):
92
+ """Yields examples."""
93
 
94
  with open(filepath, encoding="utf-8") as f:
95
  for id_, row in enumerate(f):