Commit 23d73532 authored by Jesus Cea's avatar Jesus Cea

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

parent 7c3f193a
......@@ -135,8 +135,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