diff options
Diffstat (limited to 'kombu/connection.py')
-rw-r--r-- | kombu/connection.py | 2 |
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 |