Commit 0cc28b7a authored by Mark Dickinson's avatar Mark Dickinson

Remove an unused import and an unused local definition from test_math.py.

parent e7a2430d
...@@ -6,7 +6,6 @@ import unittest ...@@ -6,7 +6,6 @@ import unittest
import math import math
import os import os
import sys import sys
import random
import struct import struct
import sysconfig import sysconfig
...@@ -1010,7 +1009,6 @@ class MathTests(unittest.TestCase): ...@@ -1010,7 +1009,6 @@ class MathTests(unittest.TestCase):
@requires_IEEE_754 @requires_IEEE_754
def test_mtestfile(self): def test_mtestfile(self):
ALLOWED_ERROR = 20 # permitted error, in ulps
fail_fmt = "{}:{}({!r}): expected {!r}, got {!r}" fail_fmt = "{}:{}({!r}): expected {!r}, got {!r}"
failures = [] failures = []
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment