Datasets:

Tasks:
Other
Languages:
English
ArXiv:
License:
system HF staff commited on
Commit
0a1ffcf
1 Parent(s): bce3f5e

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. cord19.py +1 -1
cord19.py CHANGED
@@ -147,7 +147,7 @@ class Cord19(datasets.GeneratorBasedBuilder):
147
  ]
148
 
149
  def _generate_examples(self, filepath, split):
150
- """ Yields examples. """
151
 
152
  metadata_filepath = filepath["metadata"]
153
 
 
147
  ]
148
 
149
  def _generate_examples(self, filepath, split):
150
+ """Yields examples."""
151
 
152
  metadata_filepath = filepath["metadata"]
153