system HF staff commited on
Commit
0d44253
1 Parent(s): c429b98

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. snow_simplified_japanese_corpus.py +1 -1
snow_simplified_japanese_corpus.py CHANGED
@@ -145,7 +145,7 @@ class SnowSimplifiedJapaneseCorpus(datasets.GeneratorBasedBuilder):
145
  ]
146
 
147
  def _generate_examples(self, filepath, split):
148
- """ Yields examples. """
149
 
150
  with open(filepath, "rb") as f:
151
  df = pd.read_excel(f, engine="openpyxl").astype("str")
145
  ]
146
 
147
  def _generate_examples(self, filepath, split):
148
+ """Yields examples."""
149
 
150
  with open(filepath, "rb") as f:
151
  df = pd.read_excel(f, engine="openpyxl").astype("str")