Update grpcio stub to import grpc.aio (#14132)

This commit is contained in:
Jae-Won Chung
2025-05-24 17:02:21 -07:00
committed by GitHub
parent bf236b7c36
commit 57cb510fd2
+2
View File
@@ -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