Datasets:

Multilinguality:
multilingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
no-annotation
Source Datasets:
original
License:
system HF staff commited on
Commit
868b544
1 Parent(s): 4f81cd0

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. ilist.py +1 -1
ilist.py CHANGED
@@ -92,7 +92,7 @@ class Ilist(datasets.GeneratorBasedBuilder):
92
  ]
93
 
94
  def _generate_examples(self, filepath):
95
- """ Yields examples. """
96
  with open(filepath, "r", encoding="utf-8") as file:
97
  for idx, row in enumerate(file):
98
  row = row.strip("\n").split("\t")
 
92
  ]
93
 
94
  def _generate_examples(self, filepath):
95
+ """Yields examples."""
96
  with open(filepath, "r", encoding="utf-8") as file:
97
  for idx, row in enumerate(file):
98
  row = row.strip("\n").split("\t")