mirror of
https://github.com/django/django.git
synced 2025-11-20 03:30:00 +00:00
Fixed imports per isort 4.3.0.
This commit is contained in:
parent
9cd313fc2e
commit
9bcf73d788
17 changed files with 14 additions and 29 deletions
|
|
@ -3,8 +3,7 @@ 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 (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue