-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix type hint for search functions (#1132)
* Fix type hint for search functions * Revert import order --------- Co-authored-by: Ivan Carvalho <[email protected]>
- Loading branch information
1 parent
c8172d5
commit de6684f
Showing
3 changed files
with
17 additions
and
10 deletions.
There are no files selected for viewing
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 the bug type hint for the :func:`~rustworkx.bfs_search`, | ||
:func:`~rustworkx.dfs_search` and :func:`~rustworkx.dijkstra_search`. | ||
Refer to `#1130 <https://github.com/Qiskit/rustworkx/issues/1130>`__ 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
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