system HF staff commited on
Commit
65068cd
1 Parent(s): 0986896

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. meta_woz.py +1 -1
meta_woz.py CHANGED
@@ -118,7 +118,7 @@ class MetaWoz(datasets.GeneratorBasedBuilder):
118
  ]
119
 
120
  def _generate_examples(self, data_dir):
121
- """ Yields examples. """
122
  if self.config.name == "tasks":
123
  filepath = os.path.join(data_dir, "tasks.txt")
124
  with open(filepath, encoding="utf-8") as f:
118
  ]
119
 
120
  def _generate_examples(self, data_dir):
121
+ """Yields examples."""
122
  if self.config.name == "tasks":
123
  filepath = os.path.join(data_dir, "tasks.txt")
124
  with open(filepath, encoding="utf-8") as f: