Removing variable being reassigned
This commit is contained in:
parent
0760406480
commit
f9e3a5395c
|
@ -31,7 +31,6 @@ def format_explanation(explanation):
|
|||
for when one explanation needs to span multiple lines, e.g. when
|
||||
displaying diffs.
|
||||
"""
|
||||
explanation = explanation
|
||||
lines = _split_explanation(explanation)
|
||||
result = _format_lines(lines)
|
||||
return "\n".join(result)
|
||||
|
|
Loading…
Reference in New Issue