Merge pull request #6134 from zmhassan/small_bug1

Removing variable being reassigned
This commit is contained in:
Florian Bruhin 2019-11-05 10:17:04 +01:00 committed by GitHub
commit 990d75b7e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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)