🔥(backend) remove useless imports from backend code

Clean up unused imports in backend modules as minor maintenance work
not related to current PR.
This commit is contained in:
lebaudantoine
2025-08-19 23:36:32 +02:00
committed by aleb_the_flash
parent 9ff4b23ea7
commit 42b9a34c7a

View File

@@ -4,7 +4,6 @@ import logging
import secrets
from django.conf import settings
from django.utils.translation import gettext_lazy as _
from rest_framework.authentication import BaseAuthentication
from rest_framework.exceptions import AuthenticationFailed