Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5032292

Browse files
committed
Closes #13283: removal of two unused variable in locale.py
1 parent e348455 commit 5032292

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Lib/locale.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,6 @@ def _group(s, monetary=False):
142142
grouping = conv[monetary and 'mon_grouping' or 'grouping']
143143
if not grouping:
144144
return (s, 0)
145-
result = ""
146-
seps = 0
147145
if s[-1] == ' ':
148146
stripped = s.rstrip()
149147
right_spaces = s[len(stripped):]

0 commit comments

Comments
 (0)