system HF staff commited on
Commit
d082105
1 Parent(s): 0bb272e

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. cryptonite.py +1 -1
cryptonite.py CHANGED
@@ -107,7 +107,7 @@ class Cryptonite(datasets.GeneratorBasedBuilder):
107
  ]
108
 
109
  def _generate_examples(self, filepath, split):
110
- """ Yields examples. """
111
 
112
  with open(filepath, encoding="utf-8") as f:
113
  for id_, row in enumerate(f):
107
  ]
108
 
109
  def _generate_examples(self, filepath, split):
110
+ """Yields examples."""
111
 
112
  with open(filepath, encoding="utf-8") as f:
113
  for id_, row in enumerate(f):