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

Commit fa79b10

Browse files
author
Matthias Koeppe
committed
Add missing imports of sage.rings.abc
1 parent a00d97a commit fa79b10

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/sage/functions/special.py

+1
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@
158158
# https://www.gnu.org/licenses/
159159
# ****************************************************************************
160160

161+
import sage.rings.abc
161162
from sage.rings.integer import Integer
162163
from sage.misc.latex import latex
163164
from sage.rings.all import ZZ

src/sage/probability/random_variable.py

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
# https://www.gnu.org/licenses/
1616
# ****************************************************************************
1717

18+
import sage.rings.abc
1819
from sage.structure.parent import Parent
1920
from sage.functions.log import log
2021
from sage.functions.all import sqrt

0 commit comments

Comments
 (0)