summaryrefslogtreecommitdiff
path: root/django/core/cache
diff options
context:
space:
mode:
Diffstat (limited to 'django/core/cache')
-rw-r--r--django/core/cache/backends/base.py2
-rw-r--r--django/core/cache/utils.py2
2 files changed, 0 insertions, 4 deletions
diff --git a/django/core/cache/backends/base.py b/django/core/cache/backends/base.py
index 9cbfe0be1d..856316b400 100644
--- a/django/core/cache/backends/base.py
+++ b/django/core/cache/backends/base.py
@@ -1,6 +1,4 @@
"Base Cache class."
-from __future__ import unicode_literals
-
import time
import warnings
diff --git a/django/core/cache/utils.py b/django/core/cache/utils.py
index c40e4eba0c..84676b9237 100644
--- a/django/core/cache/utils.py
+++ b/django/core/cache/utils.py
@@ -1,5 +1,3 @@
-from __future__ import unicode_literals
-
import hashlib
from django.utils.encoding import force_bytes