diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 111bd950d..11d3169b1 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -8,7 +8,6 @@ on: - "test/**/*.py" - "e2e/**/*.py" - "pyproject.toml" - - "!haystack/core/**/*.py" env: PYTHON_VERSION: "3.8" diff --git a/haystack/core/pipeline/descriptions.py b/haystack/core/pipeline/descriptions.py index f74136f83..f7d732265 100644 --- a/haystack/core/pipeline/descriptions.py +++ b/haystack/core/pipeline/descriptions.py @@ -16,8 +16,9 @@ def find_pipeline_inputs( graph: networkx.MultiDiGraph, include_connected_sockets: bool = False ) -> Dict[str, List[InputSocket]]: """ - Collect components that have disconnected/connected input sockets. Note that this method returns *ALL* - disconnected input sockets, including all such sockets with default values. + Collect components that have disconnected/connected input sockets. + + Note that this method returns *ALL* disconnected input sockets, including all such sockets with default values. """ return { name: [