summaryrefslogtreecommitdiff
path: root/tests/cache
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-11-07 20:10:25 -0500
committerTim Graham <timograham@gmail.com>2013-11-07 20:10:25 -0500
commit536c44782007bf35dd17c1fd2c8551cb4ddd967b (patch)
treea1b6f13f16bf35d63c097d559ec8473ded93bced /tests/cache
parent7a7c789d5a7ce1c62e3739cb2624454189410ece (diff)
Fixed a couple flake8 warnings.
Diffstat (limited to 'tests/cache')
-rw-r--r--tests/cache/tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/cache/tests.py b/tests/cache/tests.py
index e4ef951295..ea11f979c4 100644
--- a/tests/cache/tests.py
+++ b/tests/cache/tests.py
@@ -4,7 +4,6 @@
# Uses whatever cache backend is set in the test settings file.
from __future__ import unicode_literals
-import hashlib
import os
import pickle
import random