aboutsummaryrefslogtreecommitdiffstats
path: root/python/tests/transform_toml.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/tests/transform_toml.py')
-rw-r--r--python/tests/transform_toml.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/python/tests/transform_toml.py b/python/tests/transform_toml.py
index d12ba027..29da1d38 100644
--- a/python/tests/transform_toml.py
+++ b/python/tests/transform_toml.py
@@ -1,10 +1,11 @@
import json
-from fatcat_tools import *
-from fatcat_openapi_client import *
+from fatcat_openapi_client import ReleaseEntity
+from fixtures import api
from import_crossref import crossref_importer
-from fixtures import *
+
+from fatcat_tools.transforms import entity_from_toml, entity_to_toml
def test_basic_toml(crossref_importer):