diff options
Diffstat (limited to 'tests/string_lookup')
| -rw-r--r-- | tests/string_lookup/models.py | 3 | ||||
| -rw-r--r-- | tests/string_lookup/tests.py | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/tests/string_lookup/models.py b/tests/string_lookup/models.py index 775ec2faf0..e8fd8a1b12 100644 --- a/tests/string_lookup/models.py +++ b/tests/string_lookup/models.py @@ -1,6 +1,3 @@ -# -*- coding: utf-8 -*- -from __future__ import unicode_literals - from django.db import models from django.utils.encoding import python_2_unicode_compatible diff --git a/tests/string_lookup/tests.py b/tests/string_lookup/tests.py index 805833a8e4..22b0c6b9cf 100644 --- a/tests/string_lookup/tests.py +++ b/tests/string_lookup/tests.py @@ -1,6 +1,3 @@ -# -*- coding: utf-8 -*- -from __future__ import unicode_literals - from django.test import TestCase from .models import Article, Bar, Base, Child, Foo, Whiz |
