system HF staff commited on
Commit
d4ceda3
1 Parent(s): 6f532de

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. dengue_filipino.py +1 -1
dengue_filipino.py CHANGED
@@ -102,7 +102,7 @@ class DengueFilipino(datasets.GeneratorBasedBuilder):
102
  ]
103
 
104
  def _generate_examples(self, filepath, split):
105
- """ Yields examples. """
106
  with open(filepath, encoding="utf-8") as csv_file:
107
  csv_reader = csv.reader(
108
  csv_file, quotechar='"', delimiter=",", quoting=csv.QUOTE_ALL, skipinitialspace=True
 
102
  ]
103
 
104
  def _generate_examples(self, filepath, split):
105
+ """Yields examples."""
106
  with open(filepath, encoding="utf-8") as csv_file:
107
  csv_reader = csv.reader(
108
  csv_file, quotechar='"', delimiter=",", quoting=csv.QUOTE_ALL, skipinitialspace=True