From d03807c3753c2a136d4e77593665c105d14924c2 Mon Sep 17 00:00:00 2001 From: Julian Risch Date: Mon, 8 Apr 2024 18:18:23 +0200 Subject: [PATCH] change import order --- haystack/components/evaluators/document_recall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haystack/components/evaluators/document_recall.py b/haystack/components/evaluators/document_recall.py index 17af0f46d6..3bd9a767b3 100644 --- a/haystack/components/evaluators/document_recall.py +++ b/haystack/components/evaluators/document_recall.py @@ -37,8 +37,8 @@ class DocumentRecallEvaluator: Usage example: ```python - from haystack.components.evaluators import DocumentRecallEvaluator from haystack import Document + from haystack.components.evaluators import DocumentRecallEvaluator evaluator = DocumentRecallEvaluator() result = evaluator.run(