]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Resolve pep8 issues
authorStephen Finucane <stephen@that.guru>
Wed, 25 Apr 2018 20:48:29 +0000 (21:48 +0100)
committerStephen Finucane <stephen@that.guru>
Wed, 25 Apr 2018 20:48:50 +0000 (21:48 +0100)
Signed-off-by: Stephen Finucane <stephen@that.guru>
Fixes: 26f22a87 ("models: Add a backreference for a user's bundles")
patchwork/views/user.py

index 289a1871aa1a1f2b27d2f3cc920b3fd91c836ceb..4a4958ab170a854640c4ad2bc01938f9bf9c7062 100644 (file)
@@ -34,7 +34,6 @@ from patchwork.filters import DelegateFilter
 from patchwork.forms import EmailForm
 from patchwork.forms import RegistrationForm
 from patchwork.forms import UserProfileForm
-from patchwork.models import Bundle
 from patchwork.models import EmailConfirmation
 from patchwork.models import EmailOptout
 from patchwork.models import Person