From fb09df26c92f52a2f9219756a5e97af6ebcaea40 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 22 Dec 2022 17:56:05 +0100 Subject: [PATCH] core: fix lint Signed-off-by: Jens Langhammer --- authentik/core/views/interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authentik/core/views/interface.py b/authentik/core/views/interface.py index 746f34fc9..82f09752c 100644 --- a/authentik/core/views/interface.py +++ b/authentik/core/views/interface.py @@ -5,9 +5,9 @@ from typing import Any from django.shortcuts import get_object_or_404 from django.views.generic.base import TemplateView from rest_framework.request import Request + from authentik import get_build_hash from authentik.admin.tasks import LOCAL_VERSION - from authentik.api.v3.config import ConfigView from authentik.flows.models import Flow from authentik.tenants.api import CurrentTenantSerializer