aboutsummaryrefslogtreecommitdiffstats
path: root/python/sandcrawler/persist.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-10-04 16:12:19 -0700
committerBryan Newbold <bnewbold@archive.org>2021-10-15 18:15:25 -0700
commit4b3d6cb79a7182be4976aab34db251ecbcbd2665 (patch)
treecfdd6a5223b38a288af8806e08410365022be8ea /python/sandcrawler/persist.py
parente2e0602114ccdf142b3ef0f30c67d2cb7a58ef7e (diff)
downloadsandcrawler-4b3d6cb79a7182be4976aab34db251ecbcbd2665.tar.gz
sandcrawler-4b3d6cb79a7182be4976aab34db251ecbcbd2665.zip
wrap up previous renaming work
Diffstat (limited to 'python/sandcrawler/persist.py')
-rw-r--r--python/sandcrawler/persist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/sandcrawler/persist.py b/python/sandcrawler/persist.py
index a388b90..ee153ab 100644
--- a/python/sandcrawler/persist.py
+++ b/python/sandcrawler/persist.py
@@ -28,7 +28,7 @@ from sandcrawler.db import SandcrawlerPostgresClient
from sandcrawler.minio import SandcrawlerMinioClient
from sandcrawler.grobid import GrobidClient
from sandcrawler.pdfextract import PdfExtractResult
-from sandcrawler.html_ingest import HtmlMetaRow
+from sandcrawler.ingest_html import HtmlMetaRow
class PersistCdxWorker(SandcrawlerWorker):