From 45b84833664bd14719c89b0a110ec01d8a483376 Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Fri, 30 Sep 2022 07:22:22 +0100 Subject: [PATCH] Remove unnecessary import in Threshold handler --- core/lib/manage/threshold.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/lib/manage/threshold.py b/core/lib/manage/threshold.py index 070c3f9..370fd17 100644 --- a/core/lib/manage/threshold.py +++ b/core/lib/manage/threshold.py @@ -1,5 +1,3 @@ -from django.conf import settings - from core.lib.threshold import threshold_request