sagemath/sage

Remove module-level imports from sage.symbolic etc. (outside of sage.symbolic, sage.calculus etc.)

Opened this issue · 2 comments

As found by

$ git grep -E '^from sage.(symbolic|functions|calculus|manifolds)' src/sage | grep -E -v '^src/sage/(symbolic|functions|calculus|manifolds|geometry/hyperbolic_space|geometry/riemannian_manifolds|dynamics/complex_dynamics)'

Depends on #32724
Depends on #32794

Component: refactoring

Issue created by migration from https://trac.sagemath.org/ticket/32718

Dependencies: #32718, #32794

Changed dependencies from #32718, #32794 to #32724, #32794