mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
Issue #20617: Remove unused import in test_ssl.
Patch by Mark Lawrence.
This commit is contained in:
parent
0561c53d78
commit
18987a11ce
1 changed files with 0 additions and 1 deletions
|
|
@ -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")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue