Issue #20617: Remove unused import in test_ssl.
Patch by Mark Lawrence.
This commit is contained in:
commit
4a0e14730b
|
@ -18,7 +18,6 @@ import asyncore
|
|||
import weakref
|
||||
import platform
|
||||
import functools
|
||||
from unittest import mock
|
||||
|
||||
ssl = support.import_module("ssl")
|
||||
|
||||
|
|
Loading…
Reference in New Issue