Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 15f2086

Browse files
committed
Removed import of deprecated_function_alias (imported but unused according to pyflakes)
1 parent c2e0df8 commit 15f2086

File tree

1 file changed

+0
-1
lines changed
  • src/sage/geometry/polyhedron

1 file changed

+0
-1
lines changed

src/sage/geometry/polyhedron/base.py

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
from sage.misc.cachefunc import cached_method
4040
from sage.misc.all import prod
4141
from sage.misc.randstate import current_randstate
42-
from sage.misc.superseded import deprecated_function_alias
4342

4443
from sage.rings.all import QQ, ZZ, AA
4544
from sage.rings.real_double import RDF

0 commit comments

Comments
 (0)