summaryrefslogtreecommitdiff
path: root/tests/check_framework/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/check_framework/tests.py')
-rw-r--r--tests/check_framework/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check_framework/tests.py b/tests/check_framework/tests.py
index 0e82c10b45..30e1353dc0 100644
--- a/tests/check_framework/tests.py
+++ b/tests/check_framework/tests.py
@@ -1,4 +1,5 @@
import sys
+from io import StringIO
from django.apps import apps
from django.core import checks
@@ -12,7 +13,6 @@ from django.test.utils import (
isolate_apps, override_settings, override_system_checks,
)
from django.utils.encoding import force_text
-from django.utils.six import StringIO
from .models import SimpleModel, my_check