From 8c09c866d81854ab06b85bee6c39124c7b2faf44 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 21 Oct 2021 17:32:47 -0700 Subject: start refactoring into new parser, with dataclass types --- tests/test_grobid_unstructured.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_grobid_unstructured.py') diff --git a/tests/test_grobid_unstructured.py b/tests/test_grobid_unstructured.py index b203b30..91b7398 100644 --- a/tests/test_grobid_unstructured.py +++ b/tests/test_grobid_unstructured.py @@ -1,6 +1,6 @@ import pytest -from grobid_tei_xml.grobid_unstructured import transform_grobid_ref_xml +from grobid_tei_xml.grobid2json import transform_grobid_ref_xml def test_transform_grobid_ref_xml(): -- cgit v1.2.3