system HF staff commited on
Commit
1456622
1 Parent(s): 62acc2c

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. curiosity_dialogs.py +1 -1
curiosity_dialogs.py CHANGED
@@ -156,7 +156,7 @@ class CuriosityDialogs(datasets.GeneratorBasedBuilder):
156
  ]
157
 
158
  def _generate_examples(self, filepath, split):
159
- """ Yields examples. """
160
 
161
  # Bool entries are converted to string entries because of PyArrow error
162
  with open(filepath, encoding="utf-8") as f:
156
  ]
157
 
158
  def _generate_examples(self, filepath, split):
159
+ """Yields examples."""
160
 
161
  # Bool entries are converted to string entries because of PyArrow error
162
  with open(filepath, encoding="utf-8") as f: