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 23c4ae1 commit 212ff01Copy full SHA for 212ff01
tests/test_broker.py
@@ -10,7 +10,7 @@
10
from taskiq_aio_pika.broker import AioPikaBroker
11
12
13
-async def get_first_task(broker: AioPikaBroker) -> AckableMessage: # type: ignore
+async def get_first_task(broker: AioPikaBroker) -> AckableMessage:
14
"""
15
Get first message from the queue.
16
0 commit comments