system HF staff commited on
Commit
c65860a
1 Parent(s): 48013c3

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. atomic.py +1 -1
atomic.py CHANGED
@@ -116,7 +116,7 @@ class Atomic(datasets.GeneratorBasedBuilder):
116
  ]
117
 
118
  def _generate_examples(self, filepath, split):
119
- """ Yields examples from the Atomic dataset. """
120
 
121
  with open(filepath, encoding="utf-8") as f:
122
  for id_, row in enumerate(f):
 
116
  ]
117
 
118
  def _generate_examples(self, filepath, split):
119
+ """Yields examples from the Atomic dataset."""
120
 
121
  with open(filepath, encoding="utf-8") as f:
122
  for id_, row in enumerate(f):