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

Commit

Permalink
pyflakes fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nailuj-1 committed Jul 23, 2019
1 parent 257d367 commit 5ae5e68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sage/geometry/polyhedron/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,6 @@ def change_ring(self, base_ring, backend=None):
"""

from sage.categories.all import Rings
from sage.rings.all import RDF, RR

if base_ring not in Rings:
raise ValueError("invalid base ring")
Expand Down

0 comments on commit 5ae5e68

Please sign in to comment.