]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
pep8: Remove errant imports
authorStephen Finucane <stephen.finucane@intel.com>
Fri, 25 Mar 2016 14:18:26 +0000 (14:18 +0000)
committerStephen Finucane <stephen.finucane@intel.com>
Fri, 25 Mar 2016 15:03:20 +0000 (15:03 +0000)
These were introduced in the recent Django 1.9 changes.

Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>
patchwork/tests/test_tags.py
patchwork/urls.py

index 5886d83bccd59c788bfc9b6e7da057b431e16c75..f558ed0441aeecd79a00723e699c8065963d678b 100644 (file)
@@ -19,7 +19,6 @@
 
 import datetime
 
-from django.conf import settings
 from django.test import TestCase, TransactionTestCase
 
 from patchwork.models import Project, Patch, Comment, Tag, PatchTag
index bf8a123e59a287809bac5f6a3322b088ff45f98a..87369ce77569f7a37772c7cea3aa82f1196b27a7 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