From: Mark Dickinson Date: Sun, 8 Aug 2010 17:12:46 +0000 (+0000) Subject: Remove unused import. X-Git-Tag: v3.2a2~421 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=93d768d6328ae6c0a7dd207e5b1790df6686fd62;p=thirdparty%2FPython%2Fcpython.git Remove unused import. --- diff --git a/Lib/test/test_strtod.py b/Lib/test/test_strtod.py index 127e868cba04..c30ce6076e66 100644 --- a/Lib/test/test_strtod.py +++ b/Lib/test/test_strtod.py @@ -2,7 +2,6 @@ # introduced in Python 2.7 and 3.1. import random -import struct import unittest import re import sys