From 38af9c0e22c40c47f8698f558e110da983bd040c Mon Sep 17 00:00:00 2001 From: Vladimir Blagojevic Date: Fri, 20 Dec 2024 16:58:28 +0100 Subject: [PATCH] Linting --- haystack_experimental/dataclasses/tool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haystack_experimental/dataclasses/tool.py b/haystack_experimental/dataclasses/tool.py index c77e9eb4..ecd6fc15 100644 --- a/haystack_experimental/dataclasses/tool.py +++ b/haystack_experimental/dataclasses/tool.py @@ -5,7 +5,7 @@ import inspect from dataclasses import asdict, dataclass from pathlib import Path -from typing import Any, Callable, Dict, Union +from typing import Any, Callable, Dict, Optional, Union from haystack.lazy_imports import LazyImport from haystack.utils import deserialize_callable, serialize_callable