From 42b9a34c7abeaee5dcfe978cf7e7cbe981cd3179 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Tue, 19 Aug 2025 23:36:32 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5(backend)=20remove=20useless=20impo?= =?UTF-8?q?rts=20from=20backend=20code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Clean up unused imports in backend modules as minor maintenance work not related to current PR. --- src/backend/core/recording/event/authentication.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/backend/core/recording/event/authentication.py b/src/backend/core/recording/event/authentication.py index 94f1b6ba..28551468 100644 --- a/src/backend/core/recording/event/authentication.py +++ b/src/backend/core/recording/event/authentication.py @@ -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