]> git.ozlabs.org Git - patchwork/blobdiff - patchwork/tests/test_notifications.py
trivial: Remove dead imports from 'tests'
[patchwork] / patchwork / tests / test_notifications.py
index c46af612bbde09611df8c4c49d12d00ae93d24ab..37adb8df889cfc7a5a4f696f55206552fce2dbba 100644 (file)
 
 import datetime
 from django.test import TestCase
-from django.core.urlresolvers import reverse
 from django.core import mail
 from django.conf import settings
-from django.db.utils import IntegrityError
 from patchwork.models import Patch, State, PatchChangeNotification, EmailOptout
-from patchwork.tests.utils import defaults, create_maintainer
+from patchwork.tests.utils import defaults
 from patchwork.utils import send_notifications
 
 class PatchNotificationModelTest(TestCase):