Skip to content

Commit d53d529

Browse files
committed
remove comment and rearrange import order
1 parent 0d6a4e9 commit d53d529

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/python/grpcio/grpc/_cython/cygrpc.pyx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ _LOGGER = logging.getLogger(__name__)
3737
# TODO(atash): figure out why the coverage tool gets confused about the Cython
3838
# coverage plugin when the following files don't have a '.pxi' suffix.
3939
include "_cygrpc/grpc_string.pyx.pxi"
40+
include "_cygrpc/absl.pyx.pxi"
4041
include "_cygrpc/arguments.pyx.pxi"
4142
include "_cygrpc/call.pyx.pxi"
4243
include "_cygrpc/channel.pyx.pxi"
@@ -76,9 +77,6 @@ include "_cygrpc/aio/call.pyx.pxi"
7677
include "_cygrpc/aio/channel.pyx.pxi"
7778
include "_cygrpc/aio/server.pyx.pxi"
7879

79-
# Include only for OSS
80-
include "_cygrpc/absl.pyx.pxi"
81-
8280
#
8381
# initialize gRPC
8482
#

0 commit comments

Comments
 (0)