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 @@ def start(self):
t.daemon = True t.daemon = True
t.start() t.start()
def prepare(self , record): def prepare(self, record):
""" """
Prepare a record for handling. Prepare a record for handling.