system HF staff commited on
Commit
692fa80
1 Parent(s): 6d50bbf

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. smartdata.py +1 -1
smartdata.py CHANGED
@@ -174,7 +174,7 @@ class Smartdata(datasets.GeneratorBasedBuilder):
174
  ]
175
 
176
  def _generate_examples(self, filepath, split):
177
- """ Yields examples. """
178
 
179
  NOT_WHITESPACE = re.compile(r"[^\s]")
180
 
 
174
  ]
175
 
176
  def _generate_examples(self, filepath, split):
177
+ """Yields examples."""
178
 
179
  NOT_WHITESPACE = re.compile(r"[^\s]")
180