diff options
Diffstat (limited to 'Lib/test/test_class.py')
-rw-r--r-- | Lib/test/test_class.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_class.py b/Lib/test/test_class.py index ab44a4c..730826d 100644 --- a/Lib/test/test_class.py +++ b/Lib/test/test_class.py @@ -1,7 +1,6 @@ "Test the functionality of Python classes implementing operators." import unittest -import sys from test import test_support |