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

Commit

Permalink
backend_polymake: Clean up imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Apr 2, 2017
1 parent 952b860 commit 5eee110
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/sage/geometry/polyhedron/backend_polymake.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
AUTHORS:
- Matthias Köppe (2016-12): initial version
- Matthias Köppe (2017-03): initial version
"""

#*****************************************************************************
Expand All @@ -25,12 +25,8 @@
from __future__ import absolute_import, print_function

from sage.structure.element import Element
from sage.misc.all import prod

from sage.rings.all import ZZ, QQ
from sage.rings.integer import LCM_list
from sage.misc.functional import denominator
from sage.matrix.constructor import matrix, vector

from .base import Polyhedron_base
from .base_QQ import Polyhedron_QQ
Expand Down

0 comments on commit 5eee110

Please sign in to comment.