From 4b3d6cb79a7182be4976aab34db251ecbcbd2665 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 4 Oct 2021 16:12:19 -0700 Subject: wrap up previous renaming work --- python/tests/test_html_ingest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/tests') diff --git a/python/tests/test_html_ingest.py b/python/tests/test_html_ingest.py index e6e48ac..efd1ddf 100644 --- a/python/tests/test_html_ingest.py +++ b/python/tests/test_html_ingest.py @@ -2,7 +2,7 @@ import datetime import pytest -from sandcrawler.html_ingest import * +from sandcrawler.ingest_html import * def test_html_extract_ojs3() -> None: -- cgit v1.2.3