[PATCH] pep8: Remove errant imports
Stephen Finucane
stephen.finucane at intel.com
Sat Mar 26 01:19:02 AEDT 2016
These were introduced in the recent Django 1.9 changes.
Signed-off-by: Stephen Finucane <stephen.finucane at intel.com>
---
patchwork/tests/test_tags.py | 1 -
patchwork/urls.py | 1 -
2 files changed, 2 deletions(-)
diff --git a/patchwork/tests/test_tags.py b/patchwork/tests/test_tags.py
index 5886d83..f558ed0 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 bf8a123..87369ce 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
--
2.0.0
More information about the Patchwork
mailing list