Update discevalmt.py
Browse files- 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(
|
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 |
|