From 956e64f47f7d47f2539cd6575c25ec0b6a33e567 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 27 Oct 2021 14:19:29 -0700 Subject: re-style imports (isort) on all core python files --- tests/test_transform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_transform.py') diff --git a/tests/test_transform.py b/tests/test_transform.py index 927c13b..42f51d3 100644 --- a/tests/test_transform.py +++ b/tests/test_transform.py @@ -1,7 +1,7 @@ from fatcat_openapi_client import ReleaseEntity -from fatcat_scholar.schema import * from fatcat_scholar.api_entities import * +from fatcat_scholar.schema import * from fatcat_scholar.transform import * -- cgit v1.2.3