You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This makes error handling more pythonic, as one can now just catch the
exception type one is interested in, without having to do a second-level
matching using the status.
It also helps avoiding to expose the grpclib classes to the user.
Signed-off-by: Leandro Lucarella <[email protected]>
0 commit comments