diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2015-03-12 18:50:49 +0200 |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2015-03-12 18:50:49 +0200 |
commit | 18987a11ce0f8f55aa6ec63a9d2f8e84d7460984 (patch) | |
tree | 6a054a2b0d0f0717d9ed1b381b498cd3b7de0a98 /Lib/test/test_ssl.py | |
parent | 0561c53d782e67261f09b276280a43b481b9b032 (diff) | |
download | cpython-18987a11ce0f8f55aa6ec63a9d2f8e84d7460984.tar.gz cpython-18987a11ce0f8f55aa6ec63a9d2f8e84d7460984.zip |
Issue #20617: Remove unused import in test_ssl.
Patch by Mark Lawrence.
Diffstat (limited to 'Lib/test/test_ssl.py')
-rw-r--r-- | Lib/test/test_ssl.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py index 779b622d840..99a317ae90a 100644 --- a/Lib/test/test_ssl.py +++ b/Lib/test/test_ssl.py @@ -18,7 +18,6 @@ import asyncore import weakref import platform import functools -from unittest import mock ssl = support.import_module("ssl") |