From 78f08280edea4ff65ca613ad30005c45cc48dea6 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 2 Nov 2021 18:05:23 -0700 Subject: python: isort everything --- python/tests/import_orcid.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'python/tests/import_orcid.py') diff --git a/python/tests/import_orcid.py b/python/tests/import_orcid.py index f78ccde7..88a4b871 100644 --- a/python/tests/import_orcid.py +++ b/python/tests/import_orcid.py @@ -1,10 +1,11 @@ import json -import pytest -from fatcat_tools.importers import OrcidImporter, JsonLinePusher +import pytest from fixtures import * +from fatcat_tools.importers import JsonLinePusher, OrcidImporter + @pytest.fixture(scope="function") def orcid_importer(api): -- cgit v1.2.3