Update test_repo.py
Browse files- 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):
|