Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Add missing imports of sage.rings.abc
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Oct 3, 2021
1 parent a00d97a commit fa79b10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/sage/functions/special.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@
# https://www.gnu.org/licenses/
# ****************************************************************************

import sage.rings.abc
from sage.rings.integer import Integer
from sage.misc.latex import latex
from sage.rings.all import ZZ
Expand Down
1 change: 1 addition & 0 deletions src/sage/probability/random_variable.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
# https://www.gnu.org/licenses/
# ****************************************************************************

import sage.rings.abc
from sage.structure.parent import Parent
from sage.functions.log import log
from sage.functions.all import sqrt
Expand Down

0 comments on commit fa79b10

Please sign in to comment.