summaryrefslogtreecommitdiff
path: root/Lib/test/test_unpack_ex.py
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-04-24 07:31:42 +0300
committerBerker Peksag <berker.peksag@gmail.com>2016-04-24 07:31:42 +0300
commit65da519b99fbd7ad7b99479029d802eef0973c97 (patch)
tree8bf607766d1a1b3682c3ac024bc628b5d08fe8fb /Lib/test/test_unpack_ex.py
parente35ea6ba08baadcf9cd98d266e74af4271433ba0 (diff)
downloadcpython-65da519b99fbd7ad7b99479029d802eef0973c97.tar.gz
Issue #23277: Remove unused sys and os imports
Patch by Jon Dufresne.
Diffstat (limited to 'Lib/test/test_unpack_ex.py')
-rw-r--r--Lib/test/test_unpack_ex.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_unpack_ex.py b/Lib/test/test_unpack_ex.py
index d27eef0397..f426e5afd7 100644
--- a/Lib/test/test_unpack_ex.py
+++ b/Lib/test/test_unpack_ex.py
@@ -352,7 +352,6 @@ Some size constraints (all fail.)
__test__ = {'doctests' : doctests}
def test_main(verbose=False):
- import sys
from test import support
from test import test_unpack_ex
support.run_doctest(test_unpack_ex, verbose)