Skip to content

Commit 631a539

Browse files
Replace prec_pari_to_bits usage
Co-authored-by: Gonzalo Tornaría <[email protected]>
1 parent 4fc2034 commit 631a539

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sage/schemes/elliptic_curves/ell_point.py

-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@
142142

143143
try:
144144
from sage.libs.pari.all import pari, PariError
145-
from cypari2.pari_instance import prec_pari_to_bits
146145
except ImportError:
147146
PariError = ()
148147

0 commit comments

Comments
 (0)