diff --git a/stubs/grpcio/grpc/__init__.pyi b/stubs/grpcio/grpc/__init__.pyi index 47de021b0..e03c9cf27 100644 --- a/stubs/grpcio/grpc/__init__.pyi +++ b/stubs/grpcio/grpc/__init__.pyi @@ -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