admin: remove import

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer 2023-02-02 14:19:25 +01:00
parent cadb710c38
commit f98b5b651b
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ from rest_framework.request import Request
from rest_framework.response import Response
from rest_framework.views import APIView
from authentik.api.authentication import TokenAuthentication
from authentik.core.api.utils import PassiveSerializer
from authentik.lib.utils.reflection import get_env
from authentik.outposts.apps import MANAGED_OUTPOST