Commit a8aeabd
authored
[mypy] Type annotations for
* [mypy] Annotate `graphs/finding_bridges.py`
* Remove from excluded in `mypy.ini`
* Add doctest.testmod()
* psf/black formatting
* Annotations for `graphs/random_graph_generator.py`
* Remove from excluded in `mypy.ini`
* Resolve merge conflict
* Resolve merge conflict
* Update mypy.ini
* Update mypy.ini
* Remove from excludedgraphs/finding_bridges.py and graphs/random_graph_generator.py (TheAlgorithms#5795)1 parent ac4bdfd commit a8aeabd
3 files changed
+9
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
0 commit comments