Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mosquito committed May 10, 2023
1 parent 4df3a3e commit 46645cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aio_pika/queue.py
Expand Up @@ -276,7 +276,7 @@ async def get(
fail: Literal[False] = ..., timeout: TimeoutType = ...,
) -> Optional[IncomingMessage]:
...
[]

async def get(
self, *, no_ack: bool = False,
fail: bool = True, timeout: TimeoutType = 5,
Expand Down

0 comments on commit 46645cb

Please sign in to comment.