e11sync

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | LICENSE

commit e710034935a6fd66c49655e8846a120bc50d877e (tree)
parent f700d06d0123eb7595986fb941f40f715ed9e921
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Sat, 27 Jan 2024 20:38:05 +0200

lint

Diffstat:
Mapp/lib/staticfiles.py | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/app/lib/staticfiles.py b/app/lib/staticfiles.py @@ -14,4 +14,3 @@ class ManifestStaticFilesStorageSha256(ManifestStaticFilesStorage): for chunk in content.chunks(): hasher.update(chunk) return hasher.hexdigest() -