Skip to content

Commit

Permalink
src/sage/rings/polynomial/integer_valued_polynomials.py: Replace .all…
Browse files Browse the repository at this point in the history
… import
  • Loading branch information
mkoeppe committed Mar 13, 2023
1 parent 545c2d1 commit 34586ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/rings/polynomial/integer_valued_polynomials.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# https://www.gnu.org/licenses/
# ***************************************************************************
from sage.arith.misc import (binomial, factorial)
from sage.categories.algebras import Algebras
from sage.categories.rings import Rings
from sage.categories.all import Algebras
from sage.categories.realizations import Category_realization_of_parent
from sage.combinat.free_module import CombinatorialFreeModule
from sage.matrix.constructor import matrix
Expand Down

0 comments on commit 34586ac

Please sign in to comment.