summaryrefslogtreecommitdiff
path: root/django
diff options
context:
space:
mode:
Diffstat (limited to 'django')
-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