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