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/auth_tests/test_basic.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/auth_tests/test_basic.py') diff --git a/tests/auth_tests/test_basic.py b/tests/auth_tests/test_basic.py index 4555e28270..b2c70faffb 100644 --- a/tests/auth_tests/test_basic.py +++ b/tests/auth_tests/test_basic.py @@ -1,6 +1,3 @@ -# -*- coding: utf-8 -*- -from __future__ import unicode_literals - from django.contrib.auth import get_user, get_user_model from django.contrib.auth.models import AnonymousUser, User from django.core.exceptions import ImproperlyConfigured -- cgit v1.3