Skip to content

Commit 4c31a92

Browse files
jyalimencukou
andauthored
Update Lib/_strptime.py
PEP 8 fix on existing code Co-authored-by: Petr Viktorin <encukou@gmail.com>
1 parent 4a312ab commit 4c31a92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/_strptime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ def __init__(self, locale_time=None):
384384
'Z'),
385385
'n': r'\s*',
386386
't': r'\s*',
387-
'%': '%'
387+
'%': '%',
388388
}
389389
if self.locale_time.LC_alt_digits is None:
390390
for d in 'dmyCHIMS':

0 commit comments

Comments
 (0)