system HF staff commited on
Commit
782629c
1 Parent(s): a97a886

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. re_dial.py +1 -1
re_dial.py CHANGED
@@ -119,7 +119,7 @@ class ReDial(datasets.GeneratorBasedBuilder):
119
  ]
120
 
121
  def _generate_examples(self, filepath, split):
122
- """ Yields examples. """
123
 
124
  with open(filepath, encoding="utf-8") as f:
125
  examples = f.readlines()
119
  ]
120
 
121
  def _generate_examples(self, filepath, split):
122
+ """Yields examples."""
123
 
124
  with open(filepath, encoding="utf-8") as f:
125
  examples = f.readlines()