system HF staff commited on
Commit
36a7391
1 Parent(s): 52098d3

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. telugu_news.py +1 -1
telugu_news.py CHANGED
@@ -108,7 +108,7 @@ class TeluguNews(datasets.GeneratorBasedBuilder):
108
  ]
109
 
110
  def _generate_examples(self, filepath, split):
111
- """ Yields examples. """
112
 
113
  with open(filepath, encoding="utf-8") as csv_file:
114
  csv_reader = csv.reader(csv_file)
108
  ]
109
 
110
  def _generate_examples(self, filepath, split):
111
+ """Yields examples."""
112
 
113
  with open(filepath, encoding="utf-8") as csv_file:
114
  csv_reader = csv.reader(csv_file)