mathemakitten commited on
Commit
e2828b6
1 Parent(s): 386afba
Files changed (1) hide show
  1. glue-suite-v2.py +1 -1
glue-suite-v2.py CHANGED
@@ -3,7 +3,7 @@ from evaluate.module import EvaluationModuleInfo
3
  import evaluate
4
 
5
 
6
- class Suite(evaluate.evaluation_suite.EvaluationSuite):
7
 
8
  def _info(self):
9
  return EvaluationModuleInfo(
 
3
  import evaluate
4
 
5
 
6
+ class Suite(evaluate.EvaluationSuite):
7
 
8
  def _info(self):
9
  return EvaluationModuleInfo(