Fix extraneous whitespace in QueueListener.prepare (GH-13803)
This commit is contained in:
parent
f0b5ae4567
commit
800d786370
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue