summaryrefslogtreecommitdiff
path: root/tests/generic_relations_regress
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-03-28 11:19:25 -0400
committerTim Graham <timograham@gmail.com>2016-03-28 11:45:31 -0400
commit1c8c0837c61a9e9eb2129df29f75be92e47e926c (patch)
tree6e1f2f6c8d295447cfadb2de55f5e8a01f763f31 /tests/generic_relations_regress
parentfc01c84bad5b453141aa04a53bc3bc4ed00015ea (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.py2
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,
)