system HF staff commited on
Commit
08aa36f
1 Parent(s): aac70a7

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. wino_bias.py +1 -1
wino_bias.py CHANGED
@@ -254,7 +254,7 @@ class WinoBias(datasets.GeneratorBasedBuilder):
254
  ]
255
 
256
  def _generate_examples(self, filepath):
257
- """ Yields examples. """
258
  with open(filepath, encoding="utf-8") as f:
259
  id_ = 0
260
  document_id = None
254
  ]
255
 
256
  def _generate_examples(self, filepath):
257
+ """Yields examples."""
258
  with open(filepath, encoding="utf-8") as f:
259
  id_ = 0
260
  document_id = None