 Peter SchuttandGitHub
|
25810e1b11
|
Fixes redis.asyncio.client: AsyncIterator cannot be async def in stubs. (#8961)
Without the `yield` statement in the method body, these are interpreted by mypy as coroutines that return an `AsyncIterator`.
Closes #8960
|
2022-10-21 09:44:51 -07:00 |
|