From 08d0cec7391708b15db2b581cf707a39fb1308d9 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 10 Nov 2021 16:52:23 -0800 Subject: lint: disallow 'import *' even in tests --- tests/test_work_pipeline.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/test_work_pipeline.py') diff --git a/tests/test_work_pipeline.py b/tests/test_work_pipeline.py index 554cc07..bc8a79a 100644 --- a/tests/test_work_pipeline.py +++ b/tests/test_work_pipeline.py @@ -1,3 +1,5 @@ +from typing import Any + import responses from fatcat_scholar.config import settings @@ -6,7 +8,7 @@ from fatcat_scholar.sandcrawler import ( SandcrawlerMinioClient, SandcrawlerPostgrestClient, ) -from fatcat_scholar.work_pipeline import * +from fatcat_scholar.work_pipeline import WorkPipeline @responses.activate -- cgit v1.2.3