mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-06 21:43:59 +08:00
Update grpcio stub to import grpc.aio (#14132)
This commit is contained in:
@@ -7,6 +7,8 @@ from types import ModuleType, TracebackType
|
||||
from typing import Any, Generic, NoReturn, Protocol, TypeVar, type_check_only
|
||||
from typing_extensions import Self, TypeAlias
|
||||
|
||||
from . import aio as aio
|
||||
|
||||
__version__: str
|
||||
|
||||
# This class encodes an uninhabited type, requiring use of explicit casts or ignores
|
||||
|
||||
Reference in New Issue
Block a user