From 5a56e5c56abd6adcaa877c4dfcebeeca8eecb73e Mon Sep 17 00:00:00 2001 From: Sergey B Kirpichev Date: Thu, 4 May 2023 15:12:31 +0300 Subject: [PATCH] Reorganize imports in mpmath/tests/test_torture.py (no star imports) --- mpmath/tests/test_torture.py | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/mpmath/tests/test_torture.py b/mpmath/tests/test_torture.py index 6dd16ea5..050a4746 100644 --- a/mpmath/tests/test_torture.py +++ b/mpmath/tests/test_torture.py @@ -44,7 +44,16 @@ from timeit import default_timer as clock import pytest -from mpmath import * +from mpmath import (workprec, power, mp, mpf, bernoulli, agm, airyai, + airybi, apery, barnesg, besseli, besselj, besselk, + bessely, catalan, cbrt, chi, ci, cos, cosh, coulombf, + coulombg, e, e1, ei, ellipe, ellipk, erf, erfc, erfi, + euler, exp, expint, expm1, gamma, gammainc, glaisher, + hermite, hyp0f1, hyp1f1, hyp1f2, hyp2f0, hyp2f1, hyp2f2, + hyp2f3, hyperu, jtheta, khinchin, lambertw, legendre, + legenp, legenq, li, ln, ln10, ln2, loggamma, mertens, + phi, pi, polylog, root, shi, si, sin, sinh, sqrt, + stieltjes, tan, tanh, twinprime, j, bernfrac) a1, a2, a3, a4, a5 = 1.5, -2.25, 3.125, 4, 2