From d7b9aaa366dd54ecc3142c588162e3adc7c2f7ac Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Sat, 19 Nov 2016 18:19:41 +0100 Subject: Refs #23919 -- Removed encoding preambles and future imports --- tests/wsgi/tests.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/wsgi') diff --git a/tests/wsgi/tests.py b/tests/wsgi/tests.py index e07f8d2478..68e8d4a86d 100644 --- a/tests/wsgi/tests.py +++ b/tests/wsgi/tests.py @@ -1,5 +1,3 @@ -from __future__ import unicode_literals - from django.core.exceptions import ImproperlyConfigured from django.core.servers.basehttp import get_internal_wsgi_application from django.core.signals import request_started -- cgit v1.3