fix import of EvaluationResult in test case

This commit is contained in:
Julian Risch 2021-11-16 09:55:09 +01:00 committed by GitHub
parent 956d5bba43
commit f3e46b8cc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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