system HF staff commited on
Commit
1cfd3fc
1 Parent(s): 90c2c80

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. dialog_re.py +1 -1
dialog_re.py CHANGED
@@ -126,7 +126,7 @@ class DialogRE(datasets.GeneratorBasedBuilder):
126
  ]
127
 
128
  def _generate_examples(self, filepath, split):
129
- """ Yields examples. """
130
 
131
  with open(filepath, encoding="utf-8") as f:
132
  dataset = json.load(f)
126
  ]
127
 
128
  def _generate_examples(self, filepath, split):
129
+ """Yields examples."""
130
 
131
  with open(filepath, encoding="utf-8") as f:
132
  dataset = json.load(f)