summaryrefslogtreecommitdiff
path: root/kombu/transport/mongodb.py
diff options
context:
space:
mode:
Diffstat (limited to 'kombu/transport/mongodb.py')
-rw-r--r--kombu/transport/mongodb.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/kombu/transport/mongodb.py b/kombu/transport/mongodb.py
index 9eef6b57..5c6877ca 100644
--- a/kombu/transport/mongodb.py
+++ b/kombu/transport/mongodb.py
@@ -448,6 +448,7 @@ class Channel(virtual.Channel):
"""Get expiration header named `argument` of queue definition.
Note:
+ ----
`queue` must be either queue name or options itself.
"""
if isinstance(queue, str):