mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-08-27 18:06:17 +00:00
fix import of EvaluationResult in test case
This commit is contained in:
parent
956d5bba43
commit
f3e46b8cc7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user