Resolve flake8 style warnings (mostly unused imports)

This commit is contained in:
Raphael Michel
2015-03-13 00:09:14 +01:00
parent 25fff77be5
commit 7c240e5c35
7 changed files with 7 additions and 10 deletions

View File

@@ -19,7 +19,7 @@ class OrderDetailMixin:
user=self.request.user,
event=self.request.event,
code=self.kwargs['order'],
)
)
except Order.DoesNotExist:
return None