Remove an unused import and an unused local definition from test_math.py.
This commit is contained in:
parent
e7a2430dde
commit
0cc28b7a34
|
@ -6,7 +6,6 @@ import unittest
|
|||
import math
|
||||
import os
|
||||
import sys
|
||||
import random
|
||||
import struct
|
||||
import sysconfig
|
||||
|
||||
|
@ -1010,7 +1009,6 @@ class MathTests(unittest.TestCase):
|
|||
|
||||
@requires_IEEE_754
|
||||
def test_mtestfile(self):
|
||||
ALLOWED_ERROR = 20 # permitted error, in ulps
|
||||
fail_fmt = "{}:{}({!r}): expected {!r}, got {!r}"
|
||||
|
||||
failures = []
|
||||
|
|
Loading…
Reference in New Issue