system HF staff commited on
Commit
23f4f3d
1 Parent(s): f245db9

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. makhzan.py +1 -1
makhzan.py CHANGED
@@ -82,7 +82,7 @@ class Makhzan(datasets.GeneratorBasedBuilder):
82
  ]
83
 
84
  def _generate_examples(self, data_dir):
85
- """ Yields examples. """
86
  data_dir_path = Path(data_dir)
87
  data_dir_path = data_dir_path / ("makhzan-" + _SHA) / "text"
88
  file_paths = sorted(data_dir_path.glob(r"*.xml"))
82
  ]
83
 
84
  def _generate_examples(self, data_dir):
85
+ """Yields examples."""
86
  data_dir_path = Path(data_dir)
87
  data_dir_path = data_dir_path / ("makhzan-" + _SHA) / "text"
88
  file_paths = sorted(data_dir_path.glob(r"*.xml"))