diff --git a/src/python/grpcio_tests/tests_aio/unit/client_unary_stream_interceptor_test.py b/src/python/grpcio_tests/tests_aio/unit/client_unary_stream_interceptor_test.py index cd4ed47010b..cfb3ead226f 100644 --- a/src/python/grpcio_tests/tests_aio/unit/client_unary_stream_interceptor_test.py +++ b/src/python/grpcio_tests/tests_aio/unit/client_unary_stream_interceptor_test.py @@ -62,9 +62,6 @@ class _UnaryStreamInterceptorEmpty(aio.UnaryStreamClientInterceptor): class _UnaryStreamInterceptorWithResponseIterator( aio.UnaryStreamClientInterceptor): - def __init__(self): - self.response_iterator = None - async def intercept_unary_stream(self, continuation, client_call_details, request): call = await continuation(client_call_details, request)