1
Fork 0
This commit is contained in:
Motiejus Jakštys 2024-01-27 20:38:05 +02:00
parent f700d06d01
commit e710034935
1 changed files with 0 additions and 1 deletions

View File

@ -14,4 +14,3 @@ class ManifestStaticFilesStorageSha256(ManifestStaticFilesStorage):
for chunk in content.chunks():
hasher.update(chunk)
return hasher.hexdigest()