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

@ -94,7 +94,6 @@ cdef class AioChannel:
return False
else:
return True
def close(self):
grpc_channel_destroy(self.channel)

Loading…
Cancel
Save