From 7b1373e8d68e9b2550b295bdc5e50e79cd3584d4 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Tue, 4 Jan 2022 23:17:37 +0100 Subject: [PATCH] core: fix lint error Signed-off-by: Jens Langhammer --- authentik/core/tasks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/authentik/core/tasks.py b/authentik/core/tasks.py index 2e23ae997..8219e82e5 100644 --- a/authentik/core/tasks.py +++ b/authentik/core/tasks.py @@ -6,7 +6,6 @@ from os import environ from boto3.exceptions import Boto3Error from botocore.exceptions import BotoCoreError, ClientError from dbbackup.db.exceptions import CommandConnectorError -from django.conf import settings from django.contrib.humanize.templatetags.humanize import naturaltime from django.contrib.sessions.backends.cache import KEY_PREFIX from django.core import management