diff options
Diffstat (limited to 'tests/serializers/tests.py')
| -rw-r--r-- | tests/serializers/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/serializers/tests.py b/tests/serializers/tests.py index 656bc4b4db..5c30d66082 100644 --- a/tests/serializers/tests.py +++ b/tests/serializers/tests.py @@ -1,4 +1,5 @@ from datetime import datetime +from io import StringIO from django.core import serializers from django.core.serializers import SerializerDoesNotExist @@ -10,7 +11,6 @@ from django.test import ( ) from django.test.utils import Approximate from django.utils.functional import curry -from django.utils.six import StringIO from .models import ( Actor, Article, Author, AuthorProfile, BaseModel, Category, ComplexModel, |
