system HF staff commited on
Commit
2f83d0e
1 Parent(s): d1ebf3b

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. sanskrit_classic.py +1 -1
sanskrit_classic.py CHANGED
@@ -86,7 +86,7 @@ class SanskritClassic(datasets.GeneratorBasedBuilder):
86
  ]
87
 
88
  def _generate_examples(self, filepath, split):
89
- """ Yields examples. """
90
 
91
  with open(filepath, encoding="utf-8") as f:
92
  for id_, row in enumerate(f):
86
  ]
87
 
88
  def _generate_examples(self, filepath, split):
89
+ """Yields examples."""
90
 
91
  with open(filepath, encoding="utf-8") as f:
92
  for id_, row in enumerate(f):