Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
vblagoje committed Dec 20, 2024
1 parent d443fe9 commit 38af9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haystack_experimental/dataclasses/tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 38af9c0

Please sign in to comment.