mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Sorted single letter imports per the latest version of isort.
This commit is contained in:
parent
fc01c84bad
commit
1c8c0837c6
15 changed files with 20 additions and 20 deletions
|
@ -5,7 +5,7 @@ from django.forms.models import modelform_factory
|
|||
from django.test import TestCase, skipIfDBFeature
|
||||
|
||||
from .models import (
|
||||
A, B, C, D, Address, Board, CharLink, Company, Contact, Content, Developer,
|
||||
A, Address, B, Board, C, CharLink, Company, Contact, Content, D, Developer,
|
||||
Guild, HasLinkThing, Link, Node, Note, OddRelation1, OddRelation2,
|
||||
Organization, Person, Place, Related, Restaurant, Tag, Team, TextLink,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue