aboutsummaryrefslogtreecommitdiffstats
path: root/python/tests
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-06-17 18:04:37 -0700
committerBryan Newbold <bnewbold@archive.org>2020-06-17 18:04:37 -0700
commit55fca256e26ef53c4a9f59d074a835f87ee5b79f (patch)
treec33106e854aef088b841647cb32b15dbe7ca54e8 /python/tests
parente03f4eda875f4a36a3d3e62eac467b3f2b1e0fbe (diff)
downloadsandcrawler-55fca256e26ef53c4a9f59d074a835f87ee5b79f.tar.gz
sandcrawler-55fca256e26ef53c4a9f59d074a835f87ee5b79f.zip
lint fixes
Diffstat (limited to 'python/tests')
-rw-r--r--python/tests/test_pdfextract.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/test_pdfextract.py b/python/tests/test_pdfextract.py
index 1ccf85c..2819d9f 100644
--- a/python/tests/test_pdfextract.py
+++ b/python/tests/test_pdfextract.py
@@ -4,7 +4,7 @@ import struct
import responses
from sandcrawler import PdfExtractWorker, PdfExtractBlobWorker, CdxLinePusher, BlackholeSink, WaybackClient
-from sandcrawler.pdf import process_pdf
+from sandcrawler.pdfextract import process_pdf
from test_wayback import wayback_client, cdx_client