Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
0fd0b196
Commit
0fd0b196
authored
Mar 15, 2017
by
Milan van Stiphout
Browse files
Fixed pep8 error: now unused import.
parent
a8d403ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/members/admin.py
View file @
0fd0b196
...
...
@@ -6,7 +6,6 @@ import datetime
from
django.contrib
import
admin
from
django.contrib.auth.admin
import
UserAdmin
as
BaseUserAdmin
from
django.contrib.auth.models
import
User
from
django.utils.translation
import
ugettext
as
t
from
django.utils.translation
import
ugettext_lazy
as
_
from
django.http
import
HttpResponse
import
csv
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment