From: Mark Dickinson Date: Tue, 3 May 2011 20:02:51 +0000 (+0100) Subject: Remove an unused import and an unused local definition from test_math.py. X-Git-Tag: v3.3.0a1~2416 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0cc28b7a34259488c091c1bc45cca2e210928baf;p=python Remove an unused import and an unused local definition from test_math.py. --- diff --git a/Lib/test/test_math.py b/Lib/test/test_math.py index dddc889375..5ae98e11a6 100644 --- a/Lib/test/test_math.py +++ b/Lib/test/test_math.py @@ -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 = []