system HF staff commited on
Commit
e826746
1 Parent(s): c7aaa66

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. metooma.py +1 -1
metooma.py CHANGED
@@ -93,7 +93,7 @@ class Metooma(datasets.GeneratorBasedBuilder):
93
  ]
94
 
95
  def _generate_examples(self, filepath):
96
- """ Yields examples. """
97
  with open(filepath, encoding="utf-8") as csv_file:
98
  csv_reader = csv.reader(
99
  csv_file,
93
  ]
94
 
95
  def _generate_examples(self, filepath):
96
+ """Yields examples."""
97
  with open(filepath, encoding="utf-8") as csv_file:
98
  csv_reader = csv.reader(
99
  csv_file,