system HF staff commited on
Commit
dee1967
1 Parent(s): 998943b

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. covid_tweets_japanese.py +1 -1
covid_tweets_japanese.py CHANGED
@@ -79,7 +79,7 @@ class CovidTweetsJapanese(datasets.GeneratorBasedBuilder):
79
  ]
80
 
81
  def _generate_examples(self, filepath, split):
82
- """ Yields examples. """
83
 
84
  with bz2.open(filepath, "rt") as f:
85
  data = csv.reader(f)
 
79
  ]
80
 
81
  def _generate_examples(self, filepath, split):
82
+ """Yields examples."""
83
 
84
  with bz2.open(filepath, "rt") as f:
85
  data = csv.reader(f)