shabbyrobe / grpc-stubs

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

Convert all timeouts in grpc-stubs to float #11

Closed MHDante closed 3 years ago

MHDante commented 3 years ago

Some of the timeouts are expected as ints, they should all be floats

shabbyrobe commented 3 years ago

Good pick up, thanks for the PR!