mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Sorted single letter imports per the latest version of isort.
This commit is contained in:
parent
fc01c84bad
commit
1c8c0837c6
15 changed files with 20 additions and 20 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue