Commit 5032292f authored by Jesus Cea's avatar Jesus Cea

Closes #13283: removal of two unused variable in locale.py

parent e348455f
......@@ -142,8 +142,6 @@ def _group(s, monetary=False):
grouping = conv[monetary and 'mon_grouping' or 'grouping']
if not grouping:
return (s, 0)
result = ""
seps = 0
if s[-1] == ' ':
stripped = s.rstrip()
right_spaces = s[len(stripped):]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment