From 37335ebe4979d3a756b71d6d30f8109c841fbf44 Mon Sep 17 00:00:00 2001
From: Mattia Mancini <mancini@astron.nl>
Date: Mon, 27 Aug 2018 15:49:29 +0000
Subject: [PATCH] Story OSB-11: formatted code

---
 LCU/Maintenance/DBInterface/django_postgresql/urls.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/LCU/Maintenance/DBInterface/django_postgresql/urls.py b/LCU/Maintenance/DBInterface/django_postgresql/urls.py
index 0c4275a4c8b..1d14e92ffba 100644
--- a/LCU/Maintenance/DBInterface/django_postgresql/urls.py
+++ b/LCU/Maintenance/DBInterface/django_postgresql/urls.py
@@ -13,9 +13,8 @@ Including another URLconf
     1. Import the include() function: from django.urls import include, path
     2. Add a URL to urlpatterns:  path('blog/', include('blog.urls'))
 """
-from django.contrib import admin
 
-from django.conf.urls import url, include
+from django.conf.urls import include
 from django.urls import path
 
 urlpatterns = [
-- 
GitLab