Skip to content

Commit 85a58bd

Browse files
committed
remove deprecation 32238 from bipartite_graph.py
1 parent 8dd6982 commit 85a58bd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/sage/graphs/bipartite_graph.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
from .generic_graph import GenericGraph
4646
from .graph import Graph
4747
from sage.rings.integer import Integer
48-
from sage.misc.decorators import rename_keyword
4948
from sage.misc.cachefunc import cached_method
5049
from sage.misc.lazy_import import lazy_import
5150

@@ -2226,7 +2225,6 @@ class :class:`MixedIntegerLinearProgram
22262225
raise ValueError('algorithm must be "Hopcroft-Karp", '
22272226
'"Eppstein", "Edmonds" or "LP"')
22282227

2229-
@rename_keyword(deprecation=32238, verbosity='verbose')
22302228
def vertex_cover(self, algorithm="Konig", value_only=False,
22312229
reduction_rules=True, solver=None, verbose=0,
22322230
*, integrality_tolerance=1e-3):

0 commit comments

Comments
 (0)