Merge pull request #7098 from atugushev/remove-unused-assignment

Remove unused assignment
This commit is contained in:
Pradyun Gedam 2019-09-28 08:04:38 +05:30 committed by GitHub
commit efd1843af2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -0,0 +1 @@
Remove unused assignment.

View File

@ -277,7 +277,6 @@ class HashMismatch(HashError):
for e in expecteds)
lines.append(' Got %s\n' %
self.gots[hash_name].hexdigest())
prefix = ' or'
return '\n'.join(lines)