Commit 18987a11 authored by Berker Peksag's avatar Berker Peksag

Issue #20617: Remove unused import in test_ssl.

Patch by Mark Lawrence.
parent 0561c53d
...@@ -18,7 +18,6 @@ import asyncore ...@@ -18,7 +18,6 @@ import asyncore
import weakref import weakref
import platform import platform
import functools import functools
from unittest import mock
ssl = support.import_module("ssl") ssl = support.import_module("ssl")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment