We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e468aa commit e9edcd0Copy full SHA for e9edcd0
aio_pika/abc.py
@@ -387,7 +387,7 @@ def __aiter__(self) -> "AbstractQueueIterator":
387
raise NotImplementedError
388
389
@abstractmethod
390
- def __aenter__(self) -> Awaitable["AbstractQueueIterator"]:
+ async def __aenter__(self) -> Awaitable["AbstractQueueIterator"]:
391
392
393
0 commit comments