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_work_pipeline.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test_work_pipeline.py') diff --git a/tests/test_work_pipeline.py b/tests/test_work_pipeline.py index 977a708..d0512cf 100644 --- a/tests/test_work_pipeline.py +++ b/tests/test_work_pipeline.py @@ -1,12 +1,12 @@ import responses +from fatcat_scholar.config import settings from fatcat_scholar.issue_db import IssueDB from fatcat_scholar.sandcrawler import ( - SandcrawlerPostgrestClient, SandcrawlerMinioClient, + SandcrawlerPostgrestClient, ) from fatcat_scholar.work_pipeline import * -from fatcat_scholar.config import settings @responses.activate -- cgit v1.2.3