Fix extraneous whitespace in QueueListener.prepare (GH-13803)

This commit is contained in:
Boris Feld 2019-06-04 17:20:18 +02:00 committed by Vinay Sajip
parent f0b5ae4567
commit 800d786370
1 changed files with 1 additions and 1 deletions

View File

@ -1437,7 +1437,7 @@ class QueueListener(object):
t.daemon = True
t.start()
def prepare(self , record):
def prepare(self, record):
"""
Prepare a record for handling.