summaryrefslogtreecommitdiff
path: root/kombu/connection.py
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2016-11-22 13:43:49 -0800
committerAsk Solem <ask@celeryproject.org>2016-11-22 13:43:49 -0800
commita3891333de7e6501907aa3ec68dc8e51279cebfd (patch)
treed38138a2aeb67b8886a6a72c743f4f2405d61f70 /kombu/connection.py
parent0513fd8bef9c415b45c59d03f105e1168b7a7397 (diff)
downloadkombu-a3891333de7e6501907aa3ec68dc8e51279cebfd.tar.gz
flakes
Diffstat (limited to 'kombu/connection.py')
-rw-r--r--kombu/connection.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kombu/connection.py b/kombu/connection.py
index f71d51e6..894d56b1 100644
--- a/kombu/connection.py
+++ b/kombu/connection.py
@@ -891,7 +891,7 @@ class Connection(object):
@property
def is_evented(self):
return self.transport.implements.async
-BrokerConnection = Connection
+BrokerConnection = Connection # noqa: E305
class ConnectionPool(Resource):