system HF staff commited on
Commit
3bf951c
1 Parent(s): 5b6dc8b

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. sem_eval_2014_task_1.py +1 -1
sem_eval_2014_task_1.py CHANGED
@@ -108,7 +108,7 @@ class SemEval2014Task1(datasets.GeneratorBasedBuilder):
108
  ]
109
 
110
  def _generate_examples(self, filepath):
111
- """ Yields examples. """
112
  with open(filepath, "r", encoding="us-ascii") as file:
113
  lines = file.readlines()
114
 
108
  ]
109
 
110
  def _generate_examples(self, filepath):
111
+ """Yields examples."""
112
  with open(filepath, "r", encoding="us-ascii") as file:
113
  lines = file.readlines()
114