diff options
Diffstat (limited to 'Lib/test/test_set.py')
-rw-r--r-- | Lib/test/test_set.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_set.py b/Lib/test/test_set.py index 6641ff8e47f..9bd0d436a41 100644 --- a/Lib/test/test_set.py +++ b/Lib/test/test_set.py @@ -1451,7 +1451,6 @@ class TestVariousIteratorArgs(unittest.TestCase): #============================================================================== def test_main(verbose=None): - from test import test_sets test_classes = ( TestSet, TestSetSubclass, |