system HF staff commited on
Commit
a3f792f
1 Parent(s): d787289

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. hindi_discourse.py +1 -1
hindi_discourse.py CHANGED
@@ -78,7 +78,7 @@ class HindiDiscourse(datasets.GeneratorBasedBuilder):
78
  ]
79
 
80
  def _generate_examples(self, filepath):
81
- """ Yields examples. """
82
  with open(filepath, encoding="utf-8") as f:
83
  hindiDiscourse = json.load(f)
84
 
78
  ]
79
 
80
  def _generate_examples(self, filepath):
81
+ """Yields examples."""
82
  with open(filepath, encoding="utf-8") as f:
83
  hindiDiscourse = json.load(f)
84