lint
This commit is contained in:
parent
f700d06d01
commit
e710034935
|
@ -14,4 +14,3 @@ class ManifestStaticFilesStorageSha256(ManifestStaticFilesStorage):
|
|||
for chunk in content.chunks():
|
||||
hasher.update(chunk)
|
||||
return hasher.hexdigest()
|
||||
|
||||
|
|
Loading…
Reference in New Issue