Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
La Quadrature du Net
Respect My Net
Commits
ed14ab70
Commit
ed14ab70
authored
Apr 28, 2017
by
jc
Browse files
ignores import ununsed in spamlesscomment module
parent
32fc0f16
Changes
4
Hide whitespace changes
Inline
Side-by-side
spamlesscomment/admin.py
View file @
ed14ab70
from
django.contrib
import
admin
from
django.contrib
import
admin
# noqa
# Register your models here.
spamlesscomment/models.py
View file @
ed14ab70
from
django.db
import
models
from
django.db
import
models
# noqa
# Create your models here.
spamlesscomment/tests.py
View file @
ed14ab70
from
django.test
import
TestCase
from
django.test
import
TestCase
# noqa
# Create your tests here.
spamlesscomment/views.py
View file @
ed14ab70
from
django.shortcuts
import
render
from
django.shortcuts
import
render
# noqa
# Create your views here.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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