aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_work_pipeline.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_work_pipeline.py')
-rw-r--r--tests/test_work_pipeline.py4
1 files changed, 2 insertions, 2 deletions
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