summaryrefslogtreecommitdiff
path: root/tests/update
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/update
parentfc01c84bad5b453141aa04a53bc3bc4ed00015ea (diff)
downloaddjango-1c8c0837c61a9e9eb2129df29f75be92e47e926c.tar.gz
Sorted single letter imports per the latest version of isort.
Diffstat (limited to 'tests/update')
-rw-r--r--tests/update/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/update/tests.py b/tests/update/tests.py
index 0a4e1fb3ba..4379809c08 100644
--- a/tests/update/tests.py
+++ b/tests/update/tests.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals
from django.test import TestCase
-from .models import A, B, D, Bar, DataPoint, Foo, RelatedPoint
+from .models import A, B, Bar, D, DataPoint, Foo, RelatedPoint
class SimpleTest(TestCase):