chore: Remove unused imports

This commit is contained in:
Georg Krause 2022-11-07 15:15:19 +01:00 committed by Georg Krause
parent acf8a77155
commit b377f8f883
2 changed files with 0 additions and 2 deletions

View File

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

View File

@ -16,7 +16,6 @@ from django.urls import reverse
from django.utils import timezone from django.utils import timezone
from django.utils.translation import ugettext_lazy as _ 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 django_auth_ldap.backend import populate_user as ldap_populate_user
from oauth2_provider import models as oauth2_models from oauth2_provider import models as oauth2_models
from oauth2_provider import validators as oauth2_validators from oauth2_provider import validators as oauth2_validators