mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-12 19:12:31 +08:00
Update mypy to 1.18.1 (#14699)
This commit is contained in:
@@ -248,14 +248,14 @@ class ServicerContext(Generic[_TRequest, _TResponse], metaclass=abc.ABCMeta):
|
||||
# Client-Side Interceptor:
|
||||
|
||||
class ClientCallDetails(abc.ABC):
|
||||
def __init__(
|
||||
self,
|
||||
def __new__(
|
||||
_cls,
|
||||
method: str,
|
||||
timeout: float | None,
|
||||
metadata: Metadata | None,
|
||||
credentials: CallCredentials | None,
|
||||
wait_for_ready: bool | None,
|
||||
) -> None: ...
|
||||
) -> Self: ...
|
||||
|
||||
method: str
|
||||
timeout: float | None
|
||||
|
||||
Reference in New Issue
Block a user