mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
lint: Clean up E126 PEP-8 rule.
This commit is contained in:
@@ -99,10 +99,10 @@ class SimpleQueueClient(object):
|
||||
def do_publish():
|
||||
# type: () -> None
|
||||
self.channel.basic_publish(
|
||||
exchange='',
|
||||
routing_key=queue_name,
|
||||
properties=pika.BasicProperties(delivery_mode=2),
|
||||
body=body)
|
||||
exchange='',
|
||||
routing_key=queue_name,
|
||||
properties=pika.BasicProperties(delivery_mode=2),
|
||||
body=body)
|
||||
|
||||
statsd.incr("rabbitmq.publish.%s" % (queue_name,))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user