api: fix lint

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer 2023-01-23 20:19:03 +01:00
parent 31ef6fb6a6
commit b2d272bf6f
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ from base64 import b64encode
from django.conf import settings
from django.test import TestCase
from guardian.shortcuts import get_anonymous_user
from rest_framework.exceptions import AuthenticationFailed
from authentik.api.authentication import bearer_auth