Skip to content

Commit 8187a18

Browse files
committed
add type: ignore to example
1 parent 331aebf commit 8187a18

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/getting_started/getting_started_async.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# type: ignore
2+
13
import asyncio
24

35
from rabbitmq_amqp_python_client import (
@@ -118,4 +120,4 @@ async def main():
118120
await management.delete_exchange(exchange_name)
119121

120122
if __name__ == "__main__":
121-
asyncio.run(main())
123+
asyncio.run(main())

0 commit comments

Comments
 (0)