system HF staff commited on
Commit
f2dc57d
1 Parent(s): 9a08209

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. cuad.py +1 -1
cuad.py CHANGED
@@ -104,7 +104,7 @@ class CUAD(datasets.GeneratorBasedBuilder):
104
  def _generate_examples(
105
  self, filepath, split # method parameters are unpacked from `gen_kwargs` as given in `_split_generators`
106
  ):
107
- """ Yields examples as (key, example) tuples. """
108
 
109
  with open(filepath, encoding="utf-8") as f:
110
  cuad = json.load(f)
104
  def _generate_examples(
105
  self, filepath, split # method parameters are unpacked from `gen_kwargs` as given in `_split_generators`
106
  ):
107
+ """Yields examples as (key, example) tuples."""
108
 
109
  with open(filepath, encoding="utf-8") as f:
110
  cuad = json.load(f)