]> git.ozlabs.org Git - patchwork/commitdiff
patchwork/utils: Remove unnecessary MultiplePatchForm import
authorJeremy Kerr <jk@ozlabs.org>
Thu, 28 May 2015 05:26:19 +0000 (13:26 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Thu, 28 May 2015 05:26:19 +0000 (13:26 +0800)
It's not used in utils.py

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
patchwork/utils.py

index 9ed9e41e35f60affafe0e791ed01d978a6c271ad..0dfe8dce2ded74a3db4fb484dbc1a1346a18f5d3 100644 (file)
@@ -28,7 +28,6 @@ from django.conf import settings
 from django.core.mail import EmailMessage
 from django.db.models import Max, Q, F
 from django.db.utils import IntegrityError
-from patchwork.forms import MultiplePatchForm
 from patchwork.models import Bundle, Project, BundlePatch, UserProfile, \
         PatchChangeNotification, EmailOptout, EmailConfirmation