mirror of
https://github.com/jazzband/django-admin-sortable.git
synced 2026-03-16 22:10:30 +00:00
Removed unused imports
This commit is contained in:
parent
97003cd5cc
commit
bfb1969e50
2 changed files with 6 additions and 2 deletions
4
.vscode/settings.json
vendored
Normal file
4
.vscode/settings.json
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"python.pythonPath": "/Users/btaylor/virtualenvs/django-admin-sortable/bin/python",
|
||||
"python.linting.pylintPath": "/Users/btaylor/virtualenvs/django-admin-sortable/bin/pylint"
|
||||
}
|
||||
|
|
@ -11,8 +11,8 @@ from django.contrib.contenttypes.admin import (GenericStackedInline,
|
|||
GenericTabularInline)
|
||||
from django.contrib.contenttypes.models import ContentType
|
||||
from django.core.exceptions import PermissionDenied
|
||||
from django.http import HttpResponse, Http404
|
||||
from django.shortcuts import render, get_object_or_404
|
||||
from django.http import HttpResponse
|
||||
from django.shortcuts import render
|
||||
from django.template.defaultfilters import capfirst
|
||||
from django.utils.decorators import method_decorator
|
||||
from django.views.decorators.http import require_POST
|
||||
|
|
|
|||
Loading…
Reference in a new issue