-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix find_node_by_weight type annotations (#1324)
- Loading branch information
1 parent
d21fe54
commit 6bc3933
Showing
2 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
releasenotes/notes/fix-find-node-by-weight-stub-94e971291e1e6c96.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
fixes: | ||
- | | ||
Fixed a bug in the type hints for :meth:`~rustworkx.PyGraph.find_node_by_weight` | ||
and :meth:`~rustworkx.PyDiGraph.find_node_by_weight`. | ||
Refer to `issue 1243 <https://github.com/Qiskit/rustworkx/issues/1322>`__ for | ||
more information. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters