From be89801b8f45c9c4ecf6e9681e381092503d5b7b Mon Sep 17 00:00:00 2001
From: Martin Burchell <martinb@aptivate.org>
Date: Tue, 11 Dec 2018 11:24:28 +0000
Subject: [PATCH] Remove unused import

---
 internewshid/hid/tables.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/internewshid/hid/tables.py b/internewshid/hid/tables.py
index ce7160b6..022f8c76 100644
--- a/internewshid/hid/tables.py
+++ b/internewshid/hid/tables.py
@@ -1,4 +1,3 @@
-from django.conf import settings
 from django.template import loader
 from django.utils.translation import ugettext_lazy as _
 
-- 
GitLab