mathemakitten commited on
Commit
3f305bf
1 Parent(s): 9273810
Files changed (1) hide show
  1. glue-suite-v2.py +3 -0
glue-suite-v2.py CHANGED
@@ -18,6 +18,9 @@ class SubTask:
18
 
19
  class Suite(evaluate.EvaluationSuite):
20
 
 
 
 
21
  def _info(self):
22
  return EvaluationModuleInfo(
23
  module_type="evaluation_suite",
 
18
 
19
  class Suite(evaluate.EvaluationSuite):
20
 
21
+ def __init__(self):
22
+ super().__init__()
23
+
24
  def _info(self):
25
  return EvaluationModuleInfo(
26
  module_type="evaluation_suite",