From: Stephen Finucane Date: Fri, 25 Mar 2016 14:18:26 +0000 (+0000) Subject: pep8: Remove errant imports X-Git-Tag: v2.0.0-rc1~391 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b0c43ffa1a69e15eab557cfff1670c3183805d9;p=thirdparty%2Fpatchwork.git pep8: Remove errant imports These were introduced in the recent Django 1.9 changes. Signed-off-by: Stephen Finucane --- diff --git a/patchwork/tests/test_tags.py b/patchwork/tests/test_tags.py index 5886d83b..f558ed04 100644 --- a/patchwork/tests/test_tags.py +++ b/patchwork/tests/test_tags.py @@ -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 diff --git a/patchwork/urls.py b/patchwork/urls.py index bf8a123e..87369ce7 100644 --- a/patchwork/urls.py +++ b/patchwork/urls.py @@ -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