mirror of
https://github.com/django/django.git
synced 2025-10-30 00:56:09 +00:00
Fixed a couple flake8 warnings.
This commit is contained in:
1
django/core/cache/backends/filebased.py
vendored
1
django/core/cache/backends/filebased.py
vendored
@@ -152,7 +152,6 @@ class FileBasedCache(BaseCache):
|
||||
return filelist
|
||||
|
||||
|
||||
|
||||
# For backwards compatibility
|
||||
class CacheClass(FileBasedCache):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user