system HF staff commited on
Commit
1600ca7
1 Parent(s): fc245fa

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. reasoning_bg.py +1 -1
reasoning_bg.py CHANGED
@@ -100,7 +100,7 @@ class ReasoningBg(datasets.GeneratorBasedBuilder):
100
  ]
101
 
102
  def _generate_examples(self, filepath, split):
103
- """ Yields examples. """
104
 
105
  with open(filepath, encoding="utf-8") as f:
106
  content = f.read()
100
  ]
101
 
102
  def _generate_examples(self, filepath, split):
103
+ """Yields examples."""
104
 
105
  with open(filepath, encoding="utf-8") as f:
106
  content = f.read()