Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Respect My Net
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
15
Issues
15
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
La Quadrature du Net
Respect My Net
Commits
ed14ab70
Commit
ed14ab70
authored
Apr 28, 2017
by
jc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ignores import ununsed in spamlesscomment module
parent
32fc0f16
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
spamlesscomment/admin.py
spamlesscomment/admin.py
+1
-1
spamlesscomment/models.py
spamlesscomment/models.py
+1
-1
spamlesscomment/tests.py
spamlesscomment/tests.py
+1
-1
spamlesscomment/views.py
spamlesscomment/views.py
+1
-1
No files found.
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
Markdown
is supported
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