Skip to content

Commit

Permalink
change import order
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-risch committed Apr 8, 2024
1 parent 39af800 commit d03807c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haystack/components/evaluators/document_recall.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit d03807c

Please sign in to comment.