Remove module-level imports from sage.symbolic etc. (outside of sage.symbolic, sage.calculus etc.)
Opened this issue · 2 comments
mkoeppe commented
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