cyrilzhang commited on
Commit
ea5645f
1 Parent(s): ea2bf54

Update ace.py

Browse files
Files changed (1) hide show
  1. ace.py +1 -1
ace.py CHANGED
@@ -41,7 +41,7 @@ class MockupDataset(datasets.GeneratorBasedBuilder):
41
  VERSION = datasets.Version("0.0.0")
42
  BUILDER_CONFIGS = []
43
 
44
- def __init__(self, name=None, data_config={}, **kwargs):
45
  super().__init__(**kwargs)
46
 
47
  print(data_config)
 
41
  VERSION = datasets.Version("0.0.0")
42
  BUILDER_CONFIGS = []
43
 
44
+ def __init__(self, name=None, data_config=None, **kwargs):
45
  super().__init__(**kwargs)
46
 
47
  print(data_config)