system HF staff commited on
Commit
63aa343
β€’
1 Parent(s): bc6a4e6

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. tweet_eval.py +1 -1
tweet_eval.py CHANGED
@@ -239,7 +239,7 @@ class TweetEval(datasets.GeneratorBasedBuilder):
239
  ]
240
 
241
  def _generate_examples(self, text_path, labels_path):
242
- """ Yields examples. """
243
 
244
  with open(text_path, encoding="utf-8") as f:
245
  texts = f.readlines()
239
  ]
240
 
241
  def _generate_examples(self, text_path, labels_path):
242
+ """Yields examples."""
243
 
244
  with open(text_path, encoding="utf-8") as f:
245
  texts = f.readlines()