summaryrefslogtreecommitdiff
path: root/examples/memory_transport.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/memory_transport.py')
-rw-r--r--examples/memory_transport.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/memory_transport.py b/examples/memory_transport.py
index 8d667b81..e25cc898 100644
--- a/examples/memory_transport.py
+++ b/examples/memory_transport.py
@@ -1,6 +1,8 @@
"""
Example that use memory transport for message produce.
"""
+from __future__ import annotations
+
import time
from kombu import Connection, Consumer, Exchange, Queue