Datasets:

system HF staff commited on
Commit
ad7d903
1 Parent(s): 28fdde1

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. eurlex.py +1 -1
eurlex.py CHANGED
@@ -118,7 +118,7 @@ class EURLEX(datasets.GeneratorBasedBuilder):
118
  def _generate_examples(
119
  self, filepath, split # method parameters are unpacked from `gen_kwargs` as given in `_split_generators`
120
  ):
121
- """ Yields examples as (key, example) tuples. """
122
 
123
  with open(filepath, encoding="utf-8") as f:
124
  for id_, row in enumerate(f):
 
118
  def _generate_examples(
119
  self, filepath, split # method parameters are unpacked from `gen_kwargs` as given in `_split_generators`
120
  ):
121
+ """Yields examples as (key, example) tuples."""
122
 
123
  with open(filepath, encoding="utf-8") as f:
124
  for id_, row in enumerate(f):