system HF staff commited on
Commit
ab05ed2
1 Parent(s): 7ac45fd

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. ronec.py +1 -1
ronec.py CHANGED
@@ -155,7 +155,7 @@ class RONEC(datasets.GeneratorBasedBuilder):
155
  ]
156
 
157
  def _generate_examples(self, filepath):
158
- """ Yields examples. """
159
 
160
  logger.info("⏳ Generating examples from = %s", filepath)
161
  with open(filepath, encoding="utf-8") as f:
 
155
  ]
156
 
157
  def _generate_examples(self, filepath):
158
+ """Yields examples."""
159
 
160
  logger.info("⏳ Generating examples from = %s", filepath)
161
  with open(filepath, encoding="utf-8") as f: