system HF staff commited on
Commit
ffc96a5
1 Parent(s): 805357e

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. eu_regulatory_ir.py +1 -1
eu_regulatory_ir.py CHANGED
@@ -132,7 +132,7 @@ class EuRegulatoryIr(datasets.GeneratorBasedBuilder):
132
  def _generate_examples(
133
  self, filepath, split # method parameters are unpacked from `gen_kwargs` as given in `_split_generators`
134
  ):
135
- """ Yields examples as (key, example) tuples. """
136
  # This method handles input defined in _split_generators to yield (key, example) tuples from the dataset.
137
  # The `key` is here for legacy reason (tfds) and is not important in itself.
138
 
132
  def _generate_examples(
133
  self, filepath, split # method parameters are unpacked from `gen_kwargs` as given in `_split_generators`
134
  ):
135
+ """Yields examples as (key, example) tuples."""
136
  # This method handles input defined in _split_generators to yield (key, example) tuples from the dataset.
137
  # The `key` is here for legacy reason (tfds) and is not important in itself.
138