system HF staff commited on
Commit
a05a6d6
1 Parent(s): 1826286

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. ehealth_kd.py +1 -1
ehealth_kd.py CHANGED
@@ -131,7 +131,7 @@ class EhealthKD(datasets.GeneratorBasedBuilder):
131
  ]
132
 
133
  def _generate_examples(self, txt_path, ann_path):
134
- """ Yields examples. """
135
  with open(txt_path, encoding="utf-8") as txt_file, open(ann_path, encoding="utf-8") as ann_file:
136
  _id = 0
137
  entities = []
131
  ]
132
 
133
  def _generate_examples(self, txt_path, ann_path):
134
+ """Yields examples."""
135
  with open(txt_path, encoding="utf-8") as txt_file, open(ann_path, encoding="utf-8") as ann_file:
136
  _id = 0
137
  entities = []