Update test_repo.py
Browse files- test_repo.py +1 -0
test_repo.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import json
|
2 |
import os
|
3 |
import datasets
|
|
|
4 |
|
5 |
# Metadata and descriptions for the dataset
|
6 |
_CITATION = """\
|
|
|
1 |
import json
|
2 |
import os
|
3 |
import datasets
|
4 |
+
import ast
|
5 |
|
6 |
# Metadata and descriptions for the dataset
|
7 |
_CITATION = """\
|