anand-s commited on
Commit
e1bb4f0
1 Parent(s): 8a0cf3d

Update test_repo.py

Browse files
Files changed (1) hide show
  1. test_repo.py +1 -2
test_repo.py CHANGED
@@ -129,8 +129,7 @@ class TestRepo(datasets.GeneratorBasedBuilder):
129
  description=_DESCRIPTION,
130
  features=features_dict[self.config.name],
131
  homepage=_HOMEPAGE,
132
- license=_LICENSE,
133
- citation=_CITATION,
134
  )
135
 
136
  def _split_generators(self, dl_manager):
 
129
  description=_DESCRIPTION,
130
  features=features_dict[self.config.name],
131
  homepage=_HOMEPAGE,
132
+ license=_LICENSE
 
133
  )
134
 
135
  def _split_generators(self, dl_manager):