maxisawesome commited on
Commit
a72891a
1 Parent(s): 5584129
Files changed (1) hide show
  1. test_dataset.py +1 -0
test_dataset.py CHANGED
@@ -25,6 +25,7 @@ class TestDatasetConfig(datasets.BuilderConfig):
25
  def __init__(
26
  self,
27
  text_features,
 
28
  process_label=lambda x: x,
29
  **kwargs,
30
  ):
 
25
  def __init__(
26
  self,
27
  text_features,
28
+ foo="foo",
29
  process_label=lambda x: x,
30
  **kwargs,
31
  ):