rvashurin commited on
Commit
708dbe5
1 Parent(s): 4c1597e

Remove redundant argument

Browse files
Files changed (1) hide show
  1. wikidata_simplequestions.py +1 -1
wikidata_simplequestions.py CHANGED
@@ -114,7 +114,7 @@ class WikidataSimpleQuestions(datasets.GeneratorBasedBuilder):
114
  ),
115
  ]
116
 
117
- def _generate_examples(self, filepath, vocab_path):
118
  with open(filepath, encoding="utf-8") as f:
119
  for key, row in enumerate(f):
120
  data = row.split("\t")
 
114
  ),
115
  ]
116
 
117
+ def _generate_examples(self, filepath):
118
  with open(filepath, encoding="utf-8") as f:
119
  for key, row in enumerate(f):
120
  data = row.split("\t")