system HF staff commited on
Commit
3f5355d
1 Parent(s): 8c843f8

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. humicroedit.py +1 -1
humicroedit.py CHANGED
@@ -135,7 +135,7 @@ class Humicroedit(datasets.GeneratorBasedBuilder):
135
  ]
136
 
137
  def _generate_examples(self, filepath, split):
138
- """ Yields examples. """
139
  label_names = ["equal", "sentence1", "sentence2"]
140
 
141
  with open(filepath, encoding="utf-8") as csv_file:
135
  ]
136
 
137
  def _generate_examples(self, filepath, split):
138
+ """Yields examples."""
139
  label_names = ["equal", "sentence1", "sentence2"]
140
 
141
  with open(filepath, encoding="utf-8") as csv_file: