We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f09f29 commit 06824b9Copy full SHA for 06824b9
‎tests/asyncio/test_retry_async.py
@@ -696,8 +696,10 @@ async def __anext__(self):
696
return CustomIterable()
697
698
if awaitale_wrapped:
699
+
700
async def wrapper():
701
return iterable_fn()
702
703
decorated = retry_(wrapper)
704
else:
705
decorated = retry_(iterable_fn)
@@ -733,6 +735,7 @@ async def __anext__(self):
733
735
734
736
737
738
739
740
741
0 commit comments