diff options
Diffstat (limited to 'Lib/test/test_index.py')
-rw-r--r-- | Lib/test/test_index.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_index.py b/Lib/test/test_index.py index 9a22020..71cfb15 100644 --- a/Lib/test/test_index.py +++ b/Lib/test/test_index.py @@ -1,7 +1,6 @@ import unittest from test import test_support import operator -import sys maxsize = test_support.MAX_Py_ssize_t minsize = -maxsize-1 |