diff options
Diffstat (limited to 'tests/update/tests.py')
| -rw-r--r-- | tests/update/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/update/tests.py b/tests/update/tests.py index 578b3ab440..1ed316c958 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, DataPoint, RelatedPoint, Foo, Bar +from .models import A, B, D, Bar, DataPoint, Foo, RelatedPoint class SimpleTest(TestCase): |
