summaryrefslogtreecommitdiff
path: root/django/core
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 /django/core
parent7a7c789d5a7ce1c62e3739cb2624454189410ece (diff)
Fixed a couple flake8 warnings.
Diffstat (limited to 'django/core')
-rw-r--r--django/core/cache/backends/filebased.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/django/core/cache/backends/filebased.py b/django/core/cache/backends/filebased.py
index 57b0f6fba8..26522af284 100644
--- a/django/core/cache/backends/filebased.py
+++ b/django/core/cache/backends/filebased.py
@@ -152,7 +152,6 @@ class FileBasedCache(BaseCache):
return filelist
-
# For backwards compatibility
class CacheClass(FileBasedCache):
pass