Skip to content

Commit 800d786

Browse files
Lothiraldanvsajip
authored andcommitted
Fix extraneous whitespace in QueueListener.prepare (GH-13803)
1 parent f0b5ae4 commit 800d786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/logging/handlers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1437,7 +1437,7 @@ def start(self):
14371437
t.daemon = True
14381438
t.start()
14391439

1440-
def prepare(self , record):
1440+
def prepare(self, record):
14411441
"""
14421442
Prepare a record for handling.
14431443

0 commit comments

Comments
 (0)