chore: Remove unused imports

environments/review-docs-renov-kkbz58/deployments/15115
Georg Krause 2022-11-07 15:15:19 +01:00 zatwierdzone przez Georg Krause
rodzic acf8a77155
commit b377f8f883
2 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -3,7 +3,6 @@ import hashlib
from rest_framework import authentication, exceptions
from funkwhale_api.common import authentication as common_authentication
from funkwhale_api.users.models import User

Wyświetl plik

@ -16,7 +16,6 @@ from django.urls import reverse
from django.utils import timezone
from django.utils.translation import ugettext_lazy as _
from allauth.account.models import EmailAddress
from django_auth_ldap.backend import populate_user as ldap_populate_user
from oauth2_provider import models as oauth2_models
from oauth2_provider import validators as oauth2_validators