Datasets:
Commit
·
a8e11df
1
Parent(s):
28d1b7e
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,
|
| 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, **kwargs):
|
| 39 |
"""
|
| 40 |
Args:
|
| 41 |
features: `list[string]`, list of the features that will appear in the
|