🔥(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:
committed by
aleb_the_flash
parent
9ff4b23ea7
commit
42b9a34c7a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user