system HF staff commited on
Commit
bc5cb65
1 Parent(s): 9b1b3bc

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_ner.py +1 -1
turkish_ner.py CHANGED
@@ -152,7 +152,7 @@ class TurkishNER(datasets.GeneratorBasedBuilder):
152
  ]
153
 
154
  def _generate_examples(self, filepath, split):
155
- """ Yields examples. """
156
  logger.info("⏳ Generating examples from = %s", filepath)
157
 
158
  with open(filepath, encoding="utf-8") as f:
 
152
  ]
153
 
154
  def _generate_examples(self, filepath, split):
155
+ """Yields examples."""
156
  logger.info("⏳ Generating examples from = %s", filepath)
157
 
158
  with open(filepath, encoding="utf-8") as f: