Merge pull request #23453 from implr/addcythoninit

Add __init__.py to cygrpc pyx_library to support --incompatible_default_to_explicit_init_py
pull/24083/head
Lidi Zheng 5 years ago committed by GitHub
commit ac5cca327a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/python/grpcio/grpc/_cython/BUILD.bazel

@ -15,6 +15,7 @@ pyx_library(
"**/*.pxi",
"cygrpc.pxd",
"cygrpc.pyx",
"**/__init__.py",
]),
data = [":copy_roots_pem"],
deps = [

Loading…
Cancel
Save