Skip to content

Commit 5bcdc2c

Browse files
authored
Update stubs/networkx/networkx/algorithms/approximation/traveling_salesman.pyi
1 parent f43c212 commit 5bcdc2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stubs/networkx/networkx/algorithms/approximation/traveling_salesman.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ __all__ = [
1515
"simulated_annealing_tsp",
1616
"threshold_accepting_tsp",
1717
]
18+
1819
_SupportsLenAndGetItemT = TypeVar("_SupportsLenAndGetItemT", bound=SupportsLenAndGetItem[Any])
1920

2021
def swap_two_nodes(soln: _SupportsLenAndGetItemT, seed) -> _SupportsLenAndGetItemT: ...

0 commit comments

Comments
 (0)