Skip to content

Commit fbf7716

Browse files
Matthias Koeppedimpase
authored andcommitted
sage.symbolic.all: Remove workaround for cyclic import
1 parent 399c1f1 commit fbf7716

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sage/symbolic/all.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
lazy_import("sage.symbolic.constants", "I", as_="i", deprecation=(18036,
66
"import I from sage.symbolic.constants for the imaginary unit viewed as an element of SR, or from sage.rings.imaginary_unit for the element of ZZ[i]"))
77

8-
import sage.symbolic.expression # initialize pynac before .ring
98
from .ring import SR
109
from .constants import (pi, e, NaN, golden_ratio, log2, euler_gamma, catalan,
1110
khinchin, twinprime, mertens, glaisher)

0 commit comments

Comments
 (0)