Reorganize imports in mpmath/tests/test_hp.py (no star imports)

This commit is contained in:
Sergey B Kirpichev
2023-05-03 11:10:28 +03:00
parent 6db5b89902
commit ea7afcec7c
+2 -2
View File
@@ -4,8 +4,8 @@ high-precision input, from 5 to 200 digits. The reference values were
verified with Mathematica.
"""
import time
from mpmath import *
from mpmath import cos, e, euler, exp, log, mp, mpc, mpf, pi, sin, sqrt, tan
precs = [5, 15, 28, 35, 57, 80, 100, 150, 200]