summaryrefslogtreecommitdiff
path: root/tests/modeladmin
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2018-02-02 14:44:07 -0500
committerTim Graham <timograham@gmail.com>2018-02-02 14:44:07 -0500
commitd0a42a14c06e033922f6d51e6384cba53be887b6 (patch)
tree1254746fd276b98103990ad99b056e363cf51e41 /tests/modeladmin
parent6a039800db7ce4aa4c1afecd26791c43ddde8920 (diff)
downloaddjango-d0a42a14c06e033922f6d51e6384cba53be887b6.tar.gz
Fixed imports per isort 4.3.1.
Partially reverted 9bcf73d788866bc93f8248cb2e9d601ecbc4b50c.
Diffstat (limited to 'tests/modeladmin')
-rw-r--r--tests/modeladmin/tests.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/modeladmin/tests.py b/tests/modeladmin/tests.py
index 4f81036b9a..202929df05 100644
--- a/tests/modeladmin/tests.py
+++ b/tests/modeladmin/tests.py
@@ -3,7 +3,8 @@ from datetime import date
from django import forms
from django.contrib.admin.models import ADDITION, CHANGE, DELETION, LogEntry
from django.contrib.admin.options import (
- HORIZONTAL, VERTICAL, ModelAdmin, TabularInline, get_content_type_for_model,
+ HORIZONTAL, VERTICAL, ModelAdmin, TabularInline,
+ get_content_type_for_model,
)
from django.contrib.admin.sites import AdminSite
from django.contrib.admin.widgets import (