mirror of
https://github.com/django/django.git
synced 2024-12-01 15:42:04 +01:00
Removed unused import.
This commit is contained in:
parent
bc0aba7786
commit
fea8ccdcc4
@ -26,7 +26,6 @@ from django.contrib.admin.views.main import IS_POPUP_VAR
|
||||
from django.contrib.auth import REDIRECT_FIELD_NAME
|
||||
from django.contrib.auth.models import Group, User, Permission
|
||||
from django.contrib.contenttypes.models import ContentType
|
||||
from django.db import connection
|
||||
from django.forms.utils import ErrorList
|
||||
from django.template.response import TemplateResponse
|
||||
from django.test import TestCase
|
||||
|
Loading…
Reference in New Issue
Block a user