diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-06-29 21:24:02 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-06-29 21:24:02 -0700 |
commit | 9f99cf6926b09f906b21d64b631e797fdbb51bac (patch) | |
tree | 112e206564b7cb836c638167b80bd1acfd367454 /fatcat_scholar/work_pipeline.py | |
parent | 8c75ce9e78dfe4295188d8a57632d1630f987f8e (diff) | |
download | fatcat-scholar-9f99cf6926b09f906b21d64b631e797fdbb51bac.tar.gz fatcat-scholar-9f99cf6926b09f906b21d64b631e797fdbb51bac.zip |
make fmt
Diffstat (limited to 'fatcat_scholar/work_pipeline.py')
-rw-r--r-- | fatcat_scholar/work_pipeline.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fatcat_scholar/work_pipeline.py b/fatcat_scholar/work_pipeline.py index e3a0d8d..17a0f7a 100644 --- a/fatcat_scholar/work_pipeline.py +++ b/fatcat_scholar/work_pipeline.py @@ -119,7 +119,9 @@ class WorkPipeline: tei_xml=grobid_xml, release_ident=release_ident, file_ident=fe.ident, ) - def fetch_pdf_meta(self, fe: FileEntity, release_ident: str) -> Optional[Dict[str, Any]]: + def fetch_pdf_meta( + self, fe: FileEntity, release_ident: str + ) -> Optional[Dict[str, Any]]: """ Fetches pdftext metadata from sandcrawler-db via postgrest HTTP interface. |