system HF staff commited on
Commit
9f1ade3
1 Parent(s): d71dd73

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. tmu_gfm_dataset.py +1 -1
tmu_gfm_dataset.py CHANGED
@@ -95,7 +95,7 @@ class TmuGfmDataset(datasets.GeneratorBasedBuilder):
95
  ]
96
 
97
  def _generate_examples(self, filepath, split):
98
- """ Yields examples. """
99
 
100
  with open(filepath, encoding="utf-8") as f:
101
  data = csv.reader(f)
95
  ]
96
 
97
  def _generate_examples(self, filepath, split):
98
+ """Yields examples."""
99
 
100
  with open(filepath, encoding="utf-8") as f:
101
  data = csv.reader(f)