Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
mathislucka committed Feb 5, 2025
1 parent c3f4c72 commit e0d2712
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions haystack/core/pipeline/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@
is_any_greedy_socket_ready,
is_socket_lazy_variadic,
)
from haystack.core.pipeline.descriptions import find_pipeline_inputs, find_pipeline_outputs
from haystack.core.pipeline.draw import _to_mermaid_image
from haystack.core.pipeline.template import PipelineTemplate, PredefinedPipeline
from haystack.core.pipeline.utils import FIFOPriorityQueue, parse_connect_string
from haystack.core.serialization import DeserializationCallbacks, component_from_dict, component_to_dict
from haystack.core.type_utils import _type_name, _types_are_compatible
Expand All @@ -45,7 +42,6 @@
from .descriptions import find_pipeline_inputs, find_pipeline_outputs
from .draw import _to_mermaid_image
from .template import PipelineTemplate, PredefinedPipeline
from .utils import parse_connect_string

DEFAULT_MARSHALLER = YamlMarshaller()

Expand Down

0 comments on commit e0d2712

Please sign in to comment.