Skip to content

Commit 8e6d94c

Browse files
committed
Revert "import ProductTree with sage.arith.all"
This reverts commit 3ff3cdf.
1 parent 3ff3cdf commit 8e6d94c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/sage/arith/all.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
fundamental_discriminant, squarefree_divisors,
2323
radical, binomial_coefficients, jacobi_symbol,
2424
dedekind_sum,
25-
prime_factors, prime_range, valuation,
26-
ProductTree)
25+
prime_factors, prime_range, valuation)
2726

2827
lazy_import('sage.arith.misc', ('Sigma', 'Moebius', 'Euler_Phi'), deprecation=30322)
2928

0 commit comments

Comments
 (0)