Skip to content

Commit

Permalink
src/sage/geometry/polyhedron/backend_cdd.py: Remove lazy_import from …
Browse files Browse the repository at this point in the history
….backend_cdd_rdf, deprecated in sagemath#32592 (2021)
  • Loading branch information
mkoeppe committed May 8, 2024
1 parent 744939e commit 0d0a615
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/sage/geometry/polyhedron/backend_cdd.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
from .base import Polyhedron_base
from .base_QQ import Polyhedron_QQ

from sage.misc.lazy_import import lazy_import
lazy_import('sage.geometry.polyhedron.backend_cdd_rdf', 'Polyhedron_RDF_cdd', deprecation=32592)


class Polyhedron_cdd(Polyhedron_base):
r"""
Expand Down

0 comments on commit 0d0a615

Please sign in to comment.