summaryrefslogtreecommitdiff
path: root/examples/simple_receive.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/simple_receive.py')
-rw-r--r--examples/simple_receive.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/simple_receive.py b/examples/simple_receive.py
index 90c2d0ae..c2512cca 100644
--- a/examples/simple_receive.py
+++ b/examples/simple_receive.py
@@ -3,6 +3,8 @@ Example receiving a message using the SimpleQueue interface.
"""
+from __future__ import annotations
+
from kombu import Connection
#: Create connection