Skip to content

Commit e1decf3

Browse files
author
Matthias Koeppe
committed
src/sage/calculus/transforms/dft.py: Replace .all import
1 parent bfd511f commit e1decf3

File tree

1 file changed

+1
-1
lines changed
  • src/sage/calculus/transforms

1 file changed

+1
-1
lines changed

src/sage/calculus/transforms/dft.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
#
7272
# https://www.gnu.org/licenses/
7373
##########################################################################
74-
from sage.functions.all import sin, cos
74+
from sage.functions.trig import sin, cos
7575
from sage.misc.lazy_import import lazy_import
7676
from sage.rings.integer import Integer
7777
from sage.rings.integer_ring import ZZ

0 commit comments

Comments
 (0)