We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d6a4e9 commit d53d529Copy full SHA for d53d529
1 file changed
src/python/grpcio/grpc/_cython/cygrpc.pyx
@@ -37,6 +37,7 @@ _LOGGER = logging.getLogger(__name__)
37
# TODO(atash): figure out why the coverage tool gets confused about the Cython
38
# coverage plugin when the following files don't have a '.pxi' suffix.
39
include "_cygrpc/grpc_string.pyx.pxi"
40
+include "_cygrpc/absl.pyx.pxi"
41
include "_cygrpc/arguments.pyx.pxi"
42
include "_cygrpc/call.pyx.pxi"
43
include "_cygrpc/channel.pyx.pxi"
@@ -76,9 +77,6 @@ include "_cygrpc/aio/call.pyx.pxi"
76
77
include "_cygrpc/aio/channel.pyx.pxi"
78
include "_cygrpc/aio/server.pyx.pxi"
79
-# Include only for OSS
80
-include "_cygrpc/absl.pyx.pxi"
81
-
82
#
83
# initialize gRPC
84
0 commit comments