summaryrefslogtreecommitdiff
path: root/kombu/messaging.py
diff options
context:
space:
mode:
authorOmer Katz <omer.drow@gmail.com>2018-05-20 11:26:50 +0300
committerOmer Katz <omer.drow@gmail.com>2018-05-20 11:36:36 +0300
commitab1dd4e00916a1fa38ce1b5ebd43ebc59340b204 (patch)
treeeaa5810b02fdb86fb2129b64be9a0925266f4f02 /kombu/messaging.py
parent3bc949d63ac85080c08ebf01b67b450dfed54c28 (diff)
downloadkombu-ab1dd4e00916a1fa38ce1b5ebd43ebc59340b204.tar.gz
Introduced isort lint.isort
Diffstat (limited to 'kombu/messaging.py')
-rw-r--r--kombu/messaging.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kombu/messaging.py b/kombu/messaging.py
index 265897fc..2cda66ce 100644
--- a/kombu/messaging.py
+++ b/kombu/messaging.py
@@ -5,7 +5,7 @@ from itertools import count
from .common import maybe_declare
from .compression import compress
-from .connection import maybe_channel, is_connection
+from .connection import is_connection, maybe_channel
from .entity import Exchange, Queue, maybe_delivery_mode
from .exceptions import ContentDisallowed
from .five import items, python_2_unicode_compatible, text_t, values