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

Commit

Permalink
src/sage/interacts/library.py: Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Oct 31, 2021
1 parent f9182b4 commit 2ce2751
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/sage/interacts/library.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
from sage.symbolic.constants import pi
from sage.symbolic.relation import solve
from sage.symbolic.ring import SR
import math

x = SR.var('x')

Expand Down Expand Up @@ -1682,7 +1681,7 @@ def polar_prime_spiral(

start, end = interval
from sage.ext.fast_eval import fast_float
from math import floor, ceil
from math import ceil
from sage.plot.colors import hue

if start < 1 or end <= start:
Expand Down

0 comments on commit 2ce2751

Please sign in to comment.