Skip to content

Commit 212ff01

Browse files
committed
Fixed mypy.
1 parent 23c4ae1 commit 212ff01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_broker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from taskiq_aio_pika.broker import AioPikaBroker
1111

1212

13-
async def get_first_task(broker: AioPikaBroker) -> AckableMessage: # type: ignore
13+
async def get_first_task(broker: AioPikaBroker) -> AckableMessage:
1414
"""
1515
Get first message from the queue.
1616

0 commit comments

Comments
 (0)