system HF staff commited on
Commit
b591167
1 Parent(s): 02f6b57

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. igbo_monolingual.py +1 -1
igbo_monolingual.py CHANGED
@@ -271,7 +271,7 @@ class IgboMonolingual(datasets.GeneratorBasedBuilder):
271
  ]
272
 
273
  def _generate_examples(self, filepath, split):
274
- """ Yields examples. """
275
  if self.config.name == "eze_goes_to_school":
276
  with open(filepath, "r", encoding="utf-8") as f:
277
  json_data = json.load(f)
271
  ]
272
 
273
  def _generate_examples(self, filepath, split):
274
+ """Yields examples."""
275
  if self.config.name == "eze_goes_to_school":
276
  with open(filepath, "r", encoding="utf-8") as f:
277
  json_data = json.load(f)