system HF Staff commited on
Commit
63e0c9d
·
1 Parent(s): 6c6ae6f

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. mac_morpho.py +1 -1
mac_morpho.py CHANGED
@@ -144,7 +144,7 @@ class MacMorpho(datasets.GeneratorBasedBuilder):
144
  ]
145
 
146
  def _generate_examples(self, filepath, split):
147
- """ Yields examples. """
148
  logger.info("⏳ Generating examples from = %s", filepath)
149
 
150
  with open(filepath, "r", encoding="utf-8") as f:
 
144
  ]
145
 
146
  def _generate_examples(self, filepath, split):
147
+ """Yields examples."""
148
  logger.info("⏳ Generating examples from = %s", filepath)
149
 
150
  with open(filepath, "r", encoding="utf-8") as f: