Explorar el Código

Removing an empty line

Lidi Zheng hace 5 años
padre
commit
f75ce34da7
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/python/grpcio/grpc/_cython/_cygrpc/aio/channel.pyx.pxi

+ 0 - 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)