Qiskit / rustworkx

A high performance Python graph library implemented in Rust.
https://www.rustworkx.org
Apache License 2.0
1.03k stars 145 forks source link

Fix type hint for search functions (backport #1132) #1133

Closed mergify[bot] closed 6 months ago

mergify[bot] commented 6 months ago

Closes #1130

This is an automatic backport of pull request #1132 done by Mergify.


Mergify commands and options
More conditions and actions can be found in the [documentation](https://docs.mergify.com/). You can also trigger Mergify actions by commenting on this pull request: - `@Mergifyio refresh` will re-evaluate the rules - `@Mergifyio rebase` will rebase this PR on its base branch - `@Mergifyio update` will merge the base branch into this PR - `@Mergifyio backport ` will backport this PR on `` branch Additionally, on Mergify [dashboard](https://dashboard.mergify.com) you can: - look at your merge queues - generate the Mergify configuration with the config editor. Finally, you can contact us on https://mergify.com
coveralls commented 6 months ago

Pull Request Test Coverage Report for Build 8147177497

Details


Files with Coverage Reduction New Missed Lines %
rustworkx-core/src/generators/random_graph.rs 2 79.43%
<!-- Total: 2 -->
Totals Coverage Status
Change from base Build 8010392350: -0.01%
Covered Lines: 16740
Relevant Lines: 17335

💛 - Coveralls