Format a line

pull/5064/head
Masood Malekghassemi 9 years ago committed by Nicolas "Pixel" Noble
parent 7dc4b7099a
commit ab7055a0e7
  1. 3
      src/python/grpcio/grpc/_cython/cygrpc.pyx

@ -48,7 +48,8 @@ include "grpc/_cython/_cygrpc/server.pyx.pxi"
cdef class _ModuleState:
def __cinit__(self):
filename = pkg_resources.resource_filename(__name__, '_windows/grpc_c.64.python')
filename = pkg_resources.resource_filename(
__name__, '_windows/grpc_c.64.python')
directory = os.path.dirname(filename)
if not pygrpc_load_core(directory):
raise ImportError('failed to load core gRPC library')

Loading…
Cancel
Save