system HF staff commited on
Commit
8cb709b
1 Parent(s): dc6ac32

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. samsum.py +1 -1
samsum.py CHANGED
@@ -105,7 +105,7 @@ class Samsum(datasets.GeneratorBasedBuilder):
105
  ]
106
 
107
  def _generate_examples(self, filepath, split):
108
- """ Yields examples. """
109
 
110
  path, fname = filepath
111
 
 
105
  ]
106
 
107
  def _generate_examples(self, filepath, split):
108
+ """Yields examples."""
109
 
110
  path, fname = filepath
111