mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +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 platform
|
||||
import functools
|
||||
from unittest import mock
|
||||
|
||||
ssl = support.import_module("ssl")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue