system HF staff commited on
Commit
cf89688
1 Parent(s): e5176f0

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. persian_ner.py +1 -1
persian_ner.py CHANGED
@@ -137,7 +137,7 @@ class PersianNER(datasets.GeneratorBasedBuilder):
137
  ]
138
 
139
  def _generate_examples(self, filepath, split):
140
- """ Yields examples. """
141
 
142
  with open(filepath, "r", encoding="utf-8") as f:
143
  id_ = 0
137
  ]
138
 
139
  def _generate_examples(self, filepath, split):
140
+ """Yields examples."""
141
 
142
  with open(filepath, "r", encoding="utf-8") as f:
143
  id_ = 0