From: Tim Peters Date: Thu, 11 Jul 2002 18:39:56 +0000 (+0000) Subject: subtype_resurrection(): Removed unused import. X-Git-Tag: v2.3c1~5042 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=72351b96492be245de4849013fab652f40cae643;p=python subtype_resurrection(): Removed unused import. --- diff --git a/Lib/test/test_descr.py b/Lib/test/test_descr.py index ff5cefeae6..2227eb8200 100644 --- a/Lib/test/test_descr.py +++ b/Lib/test/test_descr.py @@ -3184,7 +3184,6 @@ def slices(): vereq(a, [2,3,1]) def subtype_resurrection(): - import gc if verbose: print "Testing resurrection of new-style instance..."