1
0
mirror of https://github.com/django/django.git synced 2025-10-24 06:06:09 +00:00

Sorted single letter imports per the latest version of isort.

This commit is contained in:
Tim Graham
2016-03-28 11:19:25 -04:00
parent fc01c84bad
commit 1c8c0837c6
15 changed files with 20 additions and 20 deletions

View File

@@ -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):