mirror of
https://github.com/django/django.git
synced 2025-11-02 04:48:33 +00:00
Sorted imports with isort; refs #23860.
This commit is contained in:
parent
388d986b8a
commit
0ed7d15563
793 changed files with 2551 additions and 2333 deletions
|
|
@ -10,9 +10,10 @@ from django.test.utils import CaptureQueriesContext
|
|||
from django.utils import six
|
||||
|
||||
from .models import (
|
||||
Chef, CommonInfo, ItalianRestaurant, ParkingLot, Place, Post,
|
||||
Restaurant, Student, Supplier, Worker, MixinModel,
|
||||
Title, Copy, Base, SubBase, GrandParent, GrandChild)
|
||||
Base, Chef, CommonInfo, Copy, GrandChild, GrandParent, ItalianRestaurant,
|
||||
MixinModel, ParkingLot, Place, Post, Restaurant, Student, SubBase,
|
||||
Supplier, Title, Worker,
|
||||
)
|
||||
|
||||
|
||||
class ModelInheritanceTests(TestCase):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue