system HF staff commited on
Commit
5e1c29d
1 Parent(s): f9de852

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. hind_encorp.py +1 -1
hind_encorp.py CHANGED
@@ -105,7 +105,7 @@ class HindEncorp(datasets.GeneratorBasedBuilder):
105
  ]
106
 
107
  def _generate_examples(self, filepath):
108
- """ Yields examples. """
109
 
110
  with open(filepath, encoding="utf-8") as f:
111
  for id_, line in enumerate(f):
 
105
  ]
106
 
107
  def _generate_examples(self, filepath):
108
+ """Yields examples."""
109
 
110
  with open(filepath, encoding="utf-8") as f:
111
  for id_, line in enumerate(f):