From 8957f8c00d8058c15cc174211103a1542ac55f3b Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 18 Dec 2015 18:15:16 -0500 Subject: [PATCH] [1.8.x] Added missing import for previous commit. --- tests/i18n/tests.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/i18n/tests.py b/tests/i18n/tests.py index 8b9f83bf4a..9a20ba5d32 100644 --- a/tests/i18n/tests.py +++ b/tests/i18n/tests.py @@ -14,7 +14,9 @@ from unittest import skipUnless from django.conf import settings from django.template import Context, Template from django.template.base import TemplateSyntaxError -from django.test import RequestFactory, TestCase, override_settings +from django.test import ( + RequestFactory, SimpleTestCase, TestCase, override_settings, +) from django.utils import six, translation from django.utils._os import upath from django.utils.formats import (