From ba84e514f31819cf973fcbcb0811b2a5f43e516d Mon Sep 17 00:00:00 2001 From: Ask Solem Date: Wed, 7 Dec 2016 17:47:48 -0800 Subject: [PATCH] flakes --- kombu/messaging.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kombu/messaging.py b/kombu/messaging.py index e3a3ce10..03e7e154 100644 --- a/kombu/messaging.py +++ b/kombu/messaging.py @@ -118,7 +118,8 @@ class Producer(object): mandatory=False, immediate=False, priority=0, content_type=None, content_encoding=None, serializer=None, headers=None, compression=None, exchange=None, retry=False, - retry_policy=None, declare=None, expiration=None, **properties): + retry_policy=None, declare=None, expiration=None, + **properties): """Publish message to the specified exchange. Arguments: