summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/hello_consumer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hello_consumer.py b/examples/hello_consumer.py
index 5722450e..71f40f13 100644
--- a/examples/hello_consumer.py
+++ b/examples/hello_consumer.py
@@ -1,6 +1,6 @@
from __future__ import absolute_import, unicode_literals, print_function
-from kombu import Connection
+from kombu import Connection # noqa
with Connection('amqp://guest:guest@localhost:5672//') as conn: