Skip to content

Commit

Permalink
Fix multiplexer importing from wrong package (#7015)
Browse files Browse the repository at this point in the history
  • Loading branch information
silvanocerza authored Feb 16, 2024
1 parent 44b5ae2 commit b645c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haystack/components/others/multiplexer.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
from typing import Any, Dict

from haystack import component, default_from_dict, default_to_dict
from haystack.components.routers.conditional_router import deserialize_type, serialize_type
from haystack.core.component.types import Variadic
from haystack.utils.type_serialization import deserialize_type, serialize_type

if sys.version_info < (3, 10):
from typing_extensions import TypeAlias
Expand Down

0 comments on commit b645c16

Please sign in to comment.