chore: removing an invalid arg from pipeline.base.PipelineBase.connect() docstring

This commit is contained in:
David S. Batista 2025-05-23 13:48:41 +01:00 committed by GitHub
parent 6f5b745d0d
commit d8cc6f7339
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -433,8 +433,7 @@ class PipelineBase:
:param receiver:
The component that receives the value. This can be either just a component name or can be
in the format `component_name.connection_name` if the component has multiple inputs.
:param connection_type_validation: Whether the pipeline will validate the types of the connections.
Defaults to the value set in the pipeline.
:returns:
The Pipeline instance.