aboutsummaryrefslogtreecommitdiffstats
path: root/python/sandcrawler/pdfextract.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-10-26 13:54:35 -0700
committerBryan Newbold <bnewbold@archive.org>2021-10-26 13:54:35 -0700
commit02cac8f857fe21474ab25aa7150bed2ac5b970d5 (patch)
tree5163390339c446257f4240579e14e81588fd3632 /python/sandcrawler/pdfextract.py
parent6650f3862b87bdeac4f3bb9d3561f934858956a0 (diff)
downloadsandcrawler-02cac8f857fe21474ab25aa7150bed2ac5b970d5.tar.gz
sandcrawler-02cac8f857fe21474ab25aa7150bed2ac5b970d5.zip
flake8 clean (with current settings)
Diffstat (limited to 'python/sandcrawler/pdfextract.py')
-rw-r--r--python/sandcrawler/pdfextract.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/sandcrawler/pdfextract.py b/python/sandcrawler/pdfextract.py
index 9392136..222a408 100644
--- a/python/sandcrawler/pdfextract.py
+++ b/python/sandcrawler/pdfextract.py
@@ -434,8 +434,6 @@ class PdfExtractWorker(SandcrawlerFetchWorker):
)
def process(self, record, key: Optional[str] = None):
- default_key = record['sha1hex']
-
fetch_result = self.fetch_blob(record)
if fetch_result['status'] != 'success':
return fetch_result