diff --git a/test/test_pipeline_extractive_qa.py b/test/test_pipeline_extractive_qa.py index 4b2f783a8..8dbed428c 100644 --- a/test/test_pipeline_extractive_qa.py +++ b/test/test_pipeline_extractive_qa.py @@ -4,9 +4,8 @@ from haystack.pipeline import ( TranslationWrapperPipeline, ExtractiveQAPipeline ) -from haystack.pipelines.base import EvaluationResult -from haystack.schema import Answer, Document, Label, MultiLabel, Span +from haystack.schema import Answer, Document, Label, MultiLabel, Span, EvaluationResult @pytest.mark.slow