diff options
Diffstat (limited to 'tests/basic')
| -rw-r--r-- | tests/basic/models.py | 1 | ||||
| -rw-r--r-- | tests/basic/tests.py | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/tests/basic/models.py b/tests/basic/models.py index 91fbe7d648..a6010f1291 100644 --- a/tests/basic/models.py +++ b/tests/basic/models.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- """ Bare-bones model diff --git a/tests/basic/tests.py b/tests/basic/tests.py index dd7570c5b9..544a862766 100644 --- a/tests/basic/tests.py +++ b/tests/basic/tests.py @@ -1,5 +1,3 @@ -from __future__ import unicode_literals - import threading from datetime import datetime, timedelta |
