summaryrefslogtreecommitdiff
path: root/examples/complete_send.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/complete_send.py')
-rw-r--r--examples/complete_send.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/complete_send.py b/examples/complete_send.py
index c81f8620..337083c1 100644
--- a/examples/complete_send.py
+++ b/examples/complete_send.py
@@ -5,8 +5,6 @@ Example producer that sends a single message and exits.
You can use `complete_receive.py` to receive the message sent.
"""
-from __future__ import with_statement
-
from kombu import Connection, Producer, Exchange, Queue
#: By default messages sent to exchanges are persistent (delivery_mode=2),