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

Skip to content

Commit 1dca75f

Browse files
committed
MERGE: Closes #13283: removal of two unused variable in locale.py
2 parents f4afa43 + 5032292 commit 1dca75f

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)