diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-10-27 14:39:27 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-10-27 18:25:58 -0700 |
commit | 4362e60383bef09d5989830b19ae2d5dec506620 (patch) | |
tree | 3d1d51b6fa88084ce64895ec92c821d7a3d81844 /fatcat_scholar/work_pipeline.py | |
parent | b4d0bfb643842e6070a4ee36cfc52e2292e3b5ba (diff) | |
download | fatcat-scholar-4362e60383bef09d5989830b19ae2d5dec506620.tar.gz fatcat-scholar-4362e60383bef09d5989830b19ae2d5dec506620.zip |
lint: remove all 'import *' uses
Diffstat (limited to 'fatcat_scholar/work_pipeline.py')
-rw-r--r-- | fatcat_scholar/work_pipeline.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fatcat_scholar/work_pipeline.py b/fatcat_scholar/work_pipeline.py index 92b0943..191e898 100644 --- a/fatcat_scholar/work_pipeline.py +++ b/fatcat_scholar/work_pipeline.py @@ -11,7 +11,7 @@ import sentry_sdk import urllib3.exceptions from fatcat_openapi_client import FileEntity, ReleaseEntity, WebcaptureEntity -from fatcat_scholar.api_entities import * +from fatcat_scholar.api_entities import entity_from_json from fatcat_scholar.config import GIT_REVISION, settings from fatcat_scholar.djvu import djvu_extract_leaf_texts from fatcat_scholar.issue_db import IssueDB, SimIssueRow, SimPubRow |