diff options
Diffstat (limited to 'tests/inspectdb')
| -rw-r--r-- | tests/inspectdb/models.py | 3 | ||||
| -rw-r--r-- | tests/inspectdb/tests.py | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/tests/inspectdb/models.py b/tests/inspectdb/models.py index 868f3ba4fe..668fc51aed 100644 --- a/tests/inspectdb/models.py +++ b/tests/inspectdb/models.py @@ -1,6 +1,3 @@ -# -*- encoding: utf-8 -*- -from __future__ import unicode_literals - from django.db import models diff --git a/tests/inspectdb/tests.py b/tests/inspectdb/tests.py index daa0800d7c..1293ff68ac 100644 --- a/tests/inspectdb/tests.py +++ b/tests/inspectdb/tests.py @@ -1,6 +1,3 @@ -# -*- encoding: utf-8 -*- -from __future__ import unicode_literals - import re from unittest import skipUnless |
