From 93d768d6328ae6c0a7dd207e5b1790df6686fd62 Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Sun, 8 Aug 2010 17:12:46 +0000 Subject: Remove unused import. --- Lib/test/test_strtod.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/test/test_strtod.py b/Lib/test/test_strtod.py index 127e868..c30ce60 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 -- cgit v0.12