mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
bpo-40443: Remove unused imports in stdlib (GH-19815)
This commit is contained in:
parent
2935e65c36
commit
eb0d359b4b
3 changed files with 2 additions and 4 deletions
|
@ -252,7 +252,7 @@ class _TLSMessageType(_IntEnum):
|
|||
if sys.platform == "win32":
|
||||
from _ssl import enum_certificates, enum_crls
|
||||
|
||||
from socket import socket, AF_INET, SOCK_STREAM, create_connection
|
||||
from socket import socket, SOCK_STREAM, create_connection
|
||||
from socket import SOL_SOCKET, SO_TYPE
|
||||
import socket as _socket
|
||||
import base64 # for DER-to-PEM translation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue