diff --git a/authentik/core/views/interface.py b/authentik/core/views/interface.py index 42e6b29b4..f2e44f412 100644 --- a/authentik/core/views/interface.py +++ b/authentik/core/views/interface.py @@ -1,6 +1,6 @@ """Interface views""" -from typing import Any from json import dumps +from typing import Any from django.shortcuts import get_object_or_404 from django.views.generic.base import TemplateView