mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-12 10:52:31 +08:00
Remove Any in stubs/grpcio/grpc_status/rpc_status.pyi (#13895)
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user