Skip to content

Commit 9b6efcf

Browse files
ci(grpc): Do not re-declare parameter
1 parent 4ffcd06 commit 9b6efcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sentry_sdk/integrations/grpc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def patched_aio_server( # type: ignore
152152
**kwargs: "P.kwargs",
153153
) -> "Server":
154154
server_interceptor = AsyncServerInterceptor()
155-
interceptors: "Sequence[grpc.ServerInterceptor]" = [
155+
interceptors = [
156156
server_interceptor,
157157
*(interceptors or []),
158158
]

0 commit comments

Comments
 (0)