Skip to content

Commit

Permalink
src/sage/calculus/transforms/dft.py: Replace .all import
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Aug 1, 2023
1 parent bfd511f commit e1decf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/calculus/transforms/dft.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
#
# https://www.gnu.org/licenses/
##########################################################################
from sage.functions.all import sin, cos
from sage.functions.trig import sin, cos
from sage.misc.lazy_import import lazy_import
from sage.rings.integer import Integer
from sage.rings.integer_ring import ZZ
Expand Down

0 comments on commit e1decf3

Please sign in to comment.