Removing an empty line

pull/21621/head
Lidi Zheng 5 years ago
parent 650ba93a61
commit f75ce34da7
  1. 1
      src/python/grpcio/grpc/_cython/_cygrpc/aio/channel.pyx.pxi

@ -95,7 +95,6 @@ cdef class AioChannel:
else:
return True
def close(self):
grpc_channel_destroy(self.channel)
self._status = AIO_CHANNEL_STATUS_DESTROYED

Loading…
Cancel
Save