Datasets:

Languages:
Arabic
Multilinguality:
monolingual
Size Categories:
100K<n<1M
Language Creators:
expert-generated
Annotations Creators:
expert-generated
Source Datasets:
original
Tags:
License:
system HF staff commited on
Commit
96ea276
1 Parent(s): 7f01941

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. caner.py +1 -1
caner.py CHANGED
@@ -112,7 +112,7 @@ class Caner(datasets.GeneratorBasedBuilder):
112
  ]
113
 
114
  def _generate_examples(self, filepath, split):
115
- """ Yields examples. """
116
 
117
  with open(filepath, encoding="utf-8") as csv_file:
118
  reader = csv.reader(csv_file, delimiter=",")
 
112
  ]
113
 
114
  def _generate_examples(self, filepath, split):
115
+ """Yields examples."""
116
 
117
  with open(filepath, encoding="utf-8") as csv_file:
118
  reader = csv.reader(csv_file, delimiter=",")