Kaydet (Commit) e4ae5f7e authored tarafından Jesus Cea's avatar Jesus Cea

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

üst 42f06d22
......@@ -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