From 28d2d94a9100c1a809955cde93fdbb7a36263057 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 5 Sep 2019 18:49:36 -0700 Subject: refactor all python source for client lib name --- python/tests/transform_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/tests/transform_tests.py') diff --git a/python/tests/transform_tests.py b/python/tests/transform_tests.py index c36137ba..5e657190 100644 --- a/python/tests/transform_tests.py +++ b/python/tests/transform_tests.py @@ -2,7 +2,7 @@ import json import pytest from fatcat_tools import * -from fatcat_client import * +from fatcat_openapi_client import * from fixtures import api from import_journal_metadata import journal_metadata_importer -- cgit v1.2.3