mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-09-14 18:52:11 +00:00
re-enable linting for the core package (#7677)
* re-enable linting for the core package * fix docstring
This commit is contained in:
parent
dd95def0d1
commit
02b8a07e31
1
.github/workflows/linting.yml
vendored
1
.github/workflows/linting.yml
vendored
@ -8,7 +8,6 @@ on:
|
||||
- "test/**/*.py"
|
||||
- "e2e/**/*.py"
|
||||
- "pyproject.toml"
|
||||
- "!haystack/core/**/*.py"
|
||||
|
||||
env:
|
||||
PYTHON_VERSION: "3.8"
|
||||
|
@ -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: [
|
||||
|
Loading…
x
Reference in New Issue
Block a user