diff --git a/haystack/components/evaluators/answer_exact_match.py b/haystack/components/evaluators/answer_exact_match.py index a098ff71a6..4927f4e142 100644 --- a/haystack/components/evaluators/answer_exact_match.py +++ b/haystack/components/evaluators/answer_exact_match.py @@ -1,6 +1,5 @@ -from typing import Any, Dict, List +from typing import Dict, List -from haystack import default_from_dict, default_to_dict from haystack.core.component import component