shabbyrobe / grpc-stubs

gRPC typing stubs for Python
MIT License
35 stars 21 forks source link

Fix the return type of composite_channel_credentials #12

Closed dalazx closed 3 years ago

dalazx commented 3 years ago

Likely a copy-paste artifact. The implementation does return ChannelCredentials: https://github.com/grpc/grpc/blob/a72c72f6e353ffeba7d3a268e7daa8916d48dac0/src/python/grpcio/grpc/__init__.py#L1672-L1687

shabbyrobe commented 3 years ago

This is great, thanks for the pickup!