From f460e9b6353ac0796ea614d9e30785e4ae1a369a Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Thu, 11 Jul 2002 18:40:12 +0000 Subject: [PATCH] subtype_resurrection(): Removed unused import. --- Lib/test/test_descr.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/test/test_descr.py b/Lib/test/test_descr.py index 903907723cfc..0c14be2348d8 100644 --- a/Lib/test/test_descr.py +++ b/Lib/test/test_descr.py @@ -2982,7 +2982,6 @@ def copy_setstate(): vereq(b.getfoo(), 24) def subtype_resurrection(): - import gc if verbose: print "Testing resurrection of new-style instance..." -- 2.47.3