Skip to content

Commit 242f630

Browse files
committed
Fixed mypy.
Signed-off-by: Pavel Kirilin <win10@list.ru>
1 parent 8f781f3 commit 242f630

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
@@ -173,7 +173,7 @@ async def test_delayed_message(
173173

174174
# We check that message appears in delay queue.
175175
delay_msg = await delay_queue.get()
176-
await delay_msg.nack(requeue=True) # type: ignore
176+
await delay_msg.nack(requeue=True)
177177

178178
# After we wait the delay message must appear in
179179
# the main queue.

0 commit comments

Comments
 (0)