summaryrefslogtreecommitdiff
path: root/funtests
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2011-06-07 15:46:11 +0100
committerAsk Solem <ask@celeryproject.org>2011-06-07 15:46:11 +0100
commit70e2c6b68cd8151c285e45a9121113dd98580d7e (patch)
tree57dd772a86cacb02ef86f12411b45f19e547f010 /funtests
parentf582991aa1a33ee2a2d42c376ad3667316894dc8 (diff)
downloadkombu-70e2c6b68cd8151c285e45a9121113dd98580d7e.tar.gz
PEP8ify
Diffstat (limited to 'funtests')
-rw-r--r--funtests/transport.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/funtests/transport.py b/funtests/transport.py
index add18647..765e9d41 100644
--- a/funtests/transport.py
+++ b/funtests/transport.py
@@ -10,7 +10,7 @@ import weakref
from nose import SkipTest
from kombu import BrokerConnection
-from kombu import Producer, Consumer, Exchange, Queue
+from kombu import Exchange, Queue
from kombu.tests.utils import skip_if_quick
if sys.version_info >= (2, 5):