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 Apr 25, 2024
1 parent 15fcf52 commit b0a8f94
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 @@ -23,9 +23,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 b0a8f94

Please sign in to comment.