chore: Remove unused imports
This commit is contained in:
parent
acf8a77155
commit
b377f8f883
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue