Remove unused imports from common, as reported by pylint.

This commit is contained in:
Ned Batchelder
2013-06-14 13:30:47 -04:00
parent c53fff9ff4
commit 181b1e979b
50 changed files with 24 additions and 145 deletions

View File

@@ -4,7 +4,6 @@ Tests for memcache in util app
from django.test import TestCase
from django.core.cache import get_cache
from django.conf import settings
from util.memcache import safe_key