diff options
Diffstat (limited to 'tests/max_lengths/tests.py')
| -rw-r--r-- | tests/max_lengths/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/max_lengths/tests.py b/tests/max_lengths/tests.py index 64edaa6f59..fa3cd4bddc 100644 --- a/tests/max_lengths/tests.py +++ b/tests/max_lengths/tests.py @@ -2,7 +2,7 @@ from __future__ import unicode_literals import unittest -from .models import PersonWithDefaultMaxLengths, PersonWithCustomMaxLengths +from .models import PersonWithCustomMaxLengths, PersonWithDefaultMaxLengths class MaxLengthArgumentsTests(unittest.TestCase): |
