fix: correct docstring - pin validation is handled elsewhere

This commit is contained in:
Otto
2026-02-14 13:07:52 +00:00
parent 6cb794cbf8
commit f3df841ea3

View File

@@ -875,7 +875,8 @@ class GraphModel(Graph, GraphMeta):
This removes links that:
- Reference non-existent source or sink nodes
- Reference invalid block IDs
- Reference invalid pin names
Note: Pin name validation is handled separately in _validate_graph_structure.
Returns the number of links pruned.
"""