system HF staff commited on
Commit
c114b61
1 Parent(s): 1e0f8bd

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_books.py +1 -1
telugu_books.py CHANGED
@@ -95,7 +95,7 @@ class TeluguBooks(datasets.GeneratorBasedBuilder):
95
  ]
96
 
97
  def _generate_examples(self, filepath, split):
98
- """ Yields examples. """
99
  with open(filepath, encoding="utf-8") as csv_file:
100
  csv_reader = csv.reader(csv_file)
101
  for id_, row in enumerate(csv_reader):
 
95
  ]
96
 
97
  def _generate_examples(self, filepath, split):
98
+ """Yields examples."""
99
  with open(filepath, encoding="utf-8") as csv_file:
100
  csv_reader = csv.reader(csv_file)
101
  for id_, row in enumerate(csv_reader):