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 7e468aa commit 61029ceCopy full SHA for 61029ce
README.rst
@@ -86,7 +86,7 @@ Simple consumer:
86
# Connecting with the given parameters is also possible.
87
# aio_pika.connect_robust(host="host", login="login", password="password")
88
# You can only choose one option to create a connection, url or kw-based params.
89
- connection = await aio_pika.connect_robust(
+ connection: aio_pika.RobustConnection = await aio_pika.connect_robust(
90
"amqp://guest:[email protected]/", loop=loop
91
)
92
0 commit comments