Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
mathislucka committed Feb 5, 2025
1 parent e0d2712 commit 3ded49f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haystack/core/pipeline/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from datetime import datetime
from enum import IntEnum
from pathlib import Path
from typing import Any, Dict, Iterator, List, Optional, Set, TextIO, Tuple, Type, TypeVar, Union
from typing import Any, Dict, Iterator, List, Optional, TextIO, Tuple, Type, TypeVar, Union

import networkx # type:ignore

Expand Down

0 comments on commit 3ded49f

Please sign in to comment.