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
|
@ -8,8 +8,8 @@ from django.test import TestCase, skipIfDBFeature, skipUnlessDBFeature
|
|||
from django.utils.six.moves import range
|
||||
|
||||
from .models import (
|
||||
A, M, MR, R, S, T, Avatar, Base, Child, HiddenUser, HiddenUserProfile,
|
||||
M2MFrom, M2MTo, MRNull, Parent, RChild, User, create_a, get_default_r,
|
||||
MR, A, Avatar, Base, Child, HiddenUser, HiddenUserProfile, M, M2MFrom,
|
||||
M2MTo, MRNull, Parent, R, RChild, S, T, User, create_a, get_default_r,
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue