From 18987a11ce0f8f55aa6ec63a9d2f8e84d7460984 Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Thu, 12 Mar 2015 18:50:49 +0200 Subject: Issue #20617: Remove unused import in test_ssl. Patch by Mark Lawrence. --- Lib/test/test_ssl.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py index 779b622..99a317a 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") -- cgit v0.12