Skip to content

Commit 855e1a3

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 394c422 commit 855e1a3

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

stubs/grpcio/grpc/aio/__init__.pyi

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -381,9 +381,7 @@ class RpcMethodHandler(Generic[_TRequest, _TResponse]):
381381
unary_unary: Callable[[_TRequest, ServicerContext[_TRequest, _TResponse]], Awaitable[_TResponse]] | None
382382
unary_stream: Callable[[_TRequest, ServicerContext[_TRequest, _TResponse]], AsyncIterator[_TResponse]] | None
383383
stream_unary: Callable[[AsyncIterator[_TRequest], ServicerContext[_TRequest, _TResponse]], Awaitable[_TResponse]] | None
384-
stream_stream: Callable[
385-
[AsyncIterator[_TRequest], ServicerContext[_TRequest, _TResponse]], AsyncIterator[_TResponse]
386-
] | None
384+
stream_stream: Callable[[AsyncIterator[_TRequest], ServicerContext[_TRequest, _TResponse]], AsyncIterator[_TResponse]] | None
387385

388386
# Server-Side Interceptor:
389387

0 commit comments

Comments
 (0)