system HF staff commited on
Commit
a2cf98b
1 Parent(s): 18abd3a

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. poleval2019_cyberbullying.py +1 -1
poleval2019_cyberbullying.py CHANGED
@@ -133,7 +133,7 @@ class Poleval2019CyberBullying(datasets.GeneratorBasedBuilder):
133
  ]
134
 
135
  def _generate_examples(self, filepath, split):
136
- """ Yields examples. """
137
 
138
  if split == "train":
139
  text_path = os.path.join(filepath, "training_set_clean_only_text.txt")
133
  ]
134
 
135
  def _generate_examples(self, filepath, split):
136
+ """Yields examples."""
137
 
138
  if split == "train":
139
  text_path = os.path.join(filepath, "training_set_clean_only_text.txt")