wbbbbb commited on
Commit
3676665
1 Parent(s): d611d65

Update pclue.py

Browse files
Files changed (1) hide show
  1. pclue.py +1 -1
pclue.py CHANGED
@@ -82,7 +82,7 @@ class Pclue(datasets.GeneratorBasedBuilder):
82
  ),
83
  ]
84
 
85
- def _generate_examples(self, filepath, split):
86
  """Yields examples."""
87
  with open(filepath, encoding="utf-8") as f:
88
  for idx, row in enumerate(f):
 
82
  ),
83
  ]
84
 
85
+ def _generate_examples(self, filepath):
86
  """Yields examples."""
87
  with open(filepath, encoding="utf-8") as f:
88
  for idx, row in enumerate(f):