system HF staff commited on
Commit
7968538
1 Parent(s): 43ff302

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. aslg_pc12.py +1 -1
aslg_pc12.py CHANGED
@@ -70,7 +70,7 @@ class ASLGPC12(datasets.GeneratorBasedBuilder):
70
  ]
71
 
72
  def _generate_examples(self, gloss_path, text_path):
73
- """ Yields examples. """
74
 
75
  gloss_f = open(gloss_path, "r", encoding="utf-8")
76
  text_f = open(text_path, "r", encoding="utf-8")
70
  ]
71
 
72
  def _generate_examples(self, gloss_path, text_path):
73
+ """Yields examples."""
74
 
75
  gloss_f = open(gloss_path, "r", encoding="utf-8")
76
  text_f = open(text_path, "r", encoding="utf-8")