Nikita Pavlichenko
commited on
Commit
•
932d3ae
1
Parent(s):
907dd52
Small fix
Browse files- VoxDIY-RusNews.py +1 -1
VoxDIY-RusNews.py
CHANGED
@@ -44,7 +44,7 @@ class VoxDIYRusNewsConfig(datasets.BuilderConfig):
|
|
44 |
Args:
|
45 |
**kwargs: keyword arguments forwarded to super.
|
46 |
"""
|
47 |
-
super(
|
48 |
|
49 |
|
50 |
class VoxDIYRusNews(datasets.GeneratorBasedBuilder):
|
|
|
44 |
Args:
|
45 |
**kwargs: keyword arguments forwarded to super.
|
46 |
"""
|
47 |
+
super(VoxDIYRusNewsConfig, self).__init__(**kwargs)
|
48 |
|
49 |
|
50 |
class VoxDIYRusNews(datasets.GeneratorBasedBuilder):
|