Datasets:
Commit
·
f74c60a
1
Parent(s):
8b5ec93
Update difraud.py
Browse files- difraud.py +1 -1
difraud.py
CHANGED
|
@@ -35,7 +35,7 @@ _LICENSE = """
|
|
| 35 |
"""
|
| 36 |
|
| 37 |
class DIFrauDConfig(datasets.BuilderConfig):
|
| 38 |
-
def __init__(self, name **kwargs):
|
| 39 |
"""
|
| 40 |
Args:
|
| 41 |
features: `list[string]`, list of the features that will appear in the
|
|
|
|
| 35 |
"""
|
| 36 |
|
| 37 |
class DIFrauDConfig(datasets.BuilderConfig):
|
| 38 |
+
def __init__(self, name, **kwargs):
|
| 39 |
"""
|
| 40 |
Args:
|
| 41 |
features: `list[string]`, list of the features that will appear in the
|