Remove unnecessary line.

This commit is contained in:
Raymond Hettinger 2004-08-26 04:29:47 +00:00
parent f4fd79ca49
commit 770acc2bb4

View file

@ -579,7 +579,6 @@ def test_weakref(self):
def test_main(verbose=None):
import sys
from test import test_sets
test_classes = (
TestBasic,
TestVariousIteratorArgs,