isort: Add more to extra_standard_library (#9098)

This commit is contained in:
Jelle Zijlstra
2022-11-04 22:56:40 -07:00
committed by GitHub
parent 7ef7029f88
commit cff08b674a
8 changed files with 39 additions and 24 deletions

View File

@@ -1,9 +1,9 @@
import socket
from _socket import _Address, _RetAddress
from _typeshed import Incomplete, ReadableBuffer
from collections.abc import Callable, MutableSequence, Sequence
from typing import Any, TypeVar
from _socket import _Address, _RetAddress
from OpenSSL.crypto import X509, PKey, X509Name
OPENSSL_VERSION_NUMBER: int