iszhaoxin commited on
Commit
420b7be
·
1 Parent(s): ae30820
Files changed (1) hide show
  1. test.py +1 -0
test.py CHANGED
@@ -37,6 +37,7 @@ class Test(datasets.GeneratorBasedBuilder):
37
  def _info(self):
38
  if self.config.name == "customers":
39
  features = datasets.Features(
 
40
  "customer_id": datasets.Value("string"),
41
  "name": datasets.Value("string"),
42
  "age": datasets.Value("int32"),
 
37
  def _info(self):
38
  if self.config.name == "customers":
39
  features = datasets.Features(
40
+ {
41
  "customer_id": datasets.Value("string"),
42
  "name": datasets.Value("string"),
43
  "age": datasets.Value("int32"),