Remove unused stringfilter

This commit is contained in:
tcely 2025-01-25 05:22:57 -05:00 committed by GitHub
parent aa493208e2
commit 0c5836d466
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
from django import template
from django.template.defaultfilters import filesizeformat, stringfilter
from django.template.defaultfilters import filesizeformat
register = template.Library()