]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
urls: Remove unused import
authorStephen Finucane <stephen@that.guru>
Tue, 11 Sep 2018 20:50:03 +0000 (14:50 -0600)
committerStephen Finucane <stephen@that.guru>
Tue, 11 Sep 2018 20:50:03 +0000 (14:50 -0600)
Signed-off-by: Stephen Finucane <stephen@that.guru>
Fixes: 5976cce6 ("urls: Remove references to Django < 1.11")
patchwork/urls.py

index eae94c822769fc514690c7b983801a07ef7da549..c5e31276000c59e72b77a8ac244b59a6cb07ecdd 100644 (file)
@@ -17,7 +17,6 @@
 # along with Patchwork; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
-import django
 from django.conf import settings
 from django.conf.urls import url, include
 from django.contrib import admin