summaryrefslogtreecommitdiff
path: root/kombu/connection.py
diff options
context:
space:
mode:
Diffstat (limited to 'kombu/connection.py')
-rw-r--r--kombu/connection.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/kombu/connection.py b/kombu/connection.py
index ff2f125a..7b4bd097 100644
--- a/kombu/connection.py
+++ b/kombu/connection.py
@@ -957,6 +957,8 @@ class Connection:
@property
def is_evented(self):
return self.transport.implements.asynchronous
+
+
BrokerConnection = Connection # noqa: E305