Removed unused import

This commit is contained in:
2025-04-19 22:50:04 +02:00
parent edebe4c662
commit 131a684079

View File

@@ -9,7 +9,6 @@ from django.http import (
HttpResponseNotFound, HttpResponseNotFound,
) )
from django.shortcuts import redirect, render from django.shortcuts import redirect, render
from django.template.defaultfilters import first
from django.views.decorators.csrf import csrf_exempt from django.views.decorators.csrf import csrf_exempt
from images.decorators import ( from images.decorators import (