summaryrefslogtreecommitdiff
path: root/examples/hello_consumer.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello_consumer.py')
-rw-r--r--examples/hello_consumer.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/hello_consumer.py b/examples/hello_consumer.py
index 3a0d9f06..38b2b61d 100644
--- a/examples/hello_consumer.py
+++ b/examples/hello_consumer.py
@@ -1,3 +1,5 @@
+from __future__ import annotations
+
from kombu import Connection
with Connection('amqp://guest:guest@localhost:5672//') as conn: