system HF staff commited on
Commit
84a4566
1 Parent(s): 0c3d7b6

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. kd_conv.py +1 -1
kd_conv.py CHANGED
@@ -156,7 +156,7 @@ class KdConv(datasets.GeneratorBasedBuilder):
156
  ]
157
 
158
  def _generate_examples(self, data_dir, split):
159
- """ Yields examples. """
160
  if "dialogues" in self.config.name:
161
  if "all" in self.config.name:
162
  file_dict = {
 
156
  ]
157
 
158
  def _generate_examples(self, data_dir, split):
159
+ """Yields examples."""
160
  if "dialogues" in self.config.name:
161
  if "all" in self.config.name:
162
  file_dict = {