Remove Any in stubs/grpcio/grpc_status/rpc_status.pyi (#13895)

This commit is contained in:
Avasam
2025-04-28 08:43:46 +02:00
committed by GitHub
parent 0dedc39f22
commit 23f94ffbc4
3 changed files with 3 additions and 16 deletions
@@ -1,8 +0,0 @@
from __future__ import annotations
from grpc import Status
from grpc_status import to_status
# XXX: to_status actually expects a "google.rpc.status.Status",
# but the stubs for that aren't present yet.
status: Status = to_status(None)