[REMOVE] Unused imports

This commit is contained in:
Peter Pfeufer
2025-02-16 23:20:36 +01:00
parent cb57d922e6
commit f497c18e5b
23 changed files with 8 additions and 52 deletions

View File

@@ -11,7 +11,6 @@ from django.conf import settings
from django.contrib import messages
from django.contrib.auth import authenticate, login
from django.contrib.auth.decorators import login_required, user_passes_test
from django.contrib.auth.models import User
from django.core import signing
from django.http import JsonResponse
from django.shortcuts import redirect, render