system HF staff commited on
Commit
dd12582
1 Parent(s): 17fe22d

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. turkish_shrinked_ner.py +1 -1
turkish_shrinked_ner.py CHANGED
@@ -198,7 +198,7 @@ class TurkishShrinkedNER(datasets.GeneratorBasedBuilder):
198
  ]
199
 
200
  def _generate_examples(self, filepath, split):
201
- """ Yields examples. """
202
  logger.info("⏳ Generating examples from = %s", filepath)
203
 
204
  with open(filepath, encoding="utf-8") as f:
 
198
  ]
199
 
200
  def _generate_examples(self, filepath, split):
201
+ """Yields examples."""
202
  logger.info("⏳ Generating examples from = %s", filepath)
203
 
204
  with open(filepath, encoding="utf-8") as f: