diff options
| author | Tim Graham <timograham@gmail.com> | 2016-03-28 11:19:25 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-03-28 11:45:31 -0400 |
| commit | 1c8c0837c61a9e9eb2129df29f75be92e47e926c (patch) | |
| tree | 6e1f2f6c8d295447cfadb2de55f5e8a01f763f31 /tests/generic_relations_regress | |
| parent | fc01c84bad5b453141aa04a53bc3bc4ed00015ea (diff) | |
Sorted single letter imports per the latest version of isort.
Diffstat (limited to 'tests/generic_relations_regress')
| -rw-r--r-- | tests/generic_relations_regress/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/generic_relations_regress/tests.py b/tests/generic_relations_regress/tests.py index 957f285b23..0a5758d0fc 100644 --- a/tests/generic_relations_regress/tests.py +++ b/tests/generic_relations_regress/tests.py @@ -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, ) |
