summaryrefslogtreecommitdiff
path: root/tests/model_fields/test_uuid.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/model_fields/test_uuid.py')
-rw-r--r--tests/model_fields/test_uuid.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/model_fields/test_uuid.py b/tests/model_fields/test_uuid.py
index d2ffe71a3a..4680d5dbb4 100644
--- a/tests/model_fields/test_uuid.py
+++ b/tests/model_fields/test_uuid.py
@@ -5,7 +5,7 @@ from django.core import exceptions, serializers
from django.db import models
from django.test import TestCase
-from .models import UUIDModel, NullableUUIDModel, PrimaryKeyUUIDModel
+from .models import NullableUUIDModel, PrimaryKeyUUIDModel, UUIDModel
class TestSaveLoad(TestCase):