diff options
Diffstat (limited to 'tests/test_grobid_unstructured.py')
-rw-r--r-- | tests/test_grobid_unstructured.py | 2 |
1 files changed, 1 insertions, 1 deletions
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(): |