shabbyrobe / grpc-stubs

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

Update CallIterator.__iter__() return type #10

Closed MHDante closed 3 years ago

MHDante commented 3 years ago

__iter__ should return an iterator, and not an iterable. Seems like a small oversight.

shabbyrobe commented 3 years ago

Seems like a small oversight.

And I'm sure it won't be the last. Thanks for the PR!

Looks like you're waiting on this elsewhere so I will publish a new version now.

shabbyrobe commented 3 years ago

1.24.5 released! Please let me know if you're blocked by any more issues and I'll try to get them resolved as quick as I can.