From 4f1d590b9d8e6023322dbf356216f9c772ab928e Mon Sep 17 00:00:00 2001 From: Chris Lawton <chris.lawton@torchbox.com> Date: Mon, 6 Aug 2018 12:35:10 +0100 Subject: [PATCH] remove unused import --- opentech/public/utils/context_processors.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/opentech/public/utils/context_processors.py b/opentech/public/utils/context_processors.py index 41e14ce03..2444fdb1b 100644 --- a/opentech/public/utils/context_processors.py +++ b/opentech/public/utils/context_processors.py @@ -1,5 +1,3 @@ -from django.conf import settings - from opentech.apply.home.models import ApplyHomePage from opentech.public.home.models import HomePage -- GitLab