mirror of
https://github.com/python/cpython.git
synced 2025-11-08 21:52:45 +00:00
Issue #20617: Remove unused import in test_ssl.
Patch by Mark Lawrence.
This commit is contained in:
commit
4a0e14730b
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