mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-23 04:11:28 +08:00
isort: Add more to extra_standard_library (#9098)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user