Skip to content

Commit 57cb510

Browse files
authored
Update grpcio stub to import grpc.aio (#14132)
1 parent bf236b7 commit 57cb510

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stubs/grpcio/grpc/__init__.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ from types import ModuleType, TracebackType
77
from typing import Any, Generic, NoReturn, Protocol, TypeVar, type_check_only
88
from typing_extensions import Self, TypeAlias
99

10+
from . import aio as aio
11+
1012
__version__: str
1113

1214
# This class encodes an uninhabited type, requiring use of explicit casts or ignores

0 commit comments

Comments
 (0)