rbawden commited on
Commit
ff9ed33
1 Parent(s): 1fe2591

Update discevalmt.py

Browse files
Files changed (1) hide show
  1. discevalmt.py +1 -1
discevalmt.py CHANGED
@@ -42,7 +42,7 @@ class DiscEvalMTConfig(datasets.BuilderConfig):
42
  **kwargs: keyword arguments forwarded to super.
43
  """
44
  self.type = kwargs.pop("type", None)
45
- super(DiscEvalMT, self).__init__(**kwargs)
46
 
47
 
48
 
 
42
  **kwargs: keyword arguments forwarded to super.
43
  """
44
  self.type = kwargs.pop("type", None)
45
+ super(DiscEvalMTConfig, self).__init__(**kwargs)
46
 
47
 
48