1
0
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:
Tim Graham
2013-11-07 20:10:25 -05:00
parent 7a7c789d5a
commit 536c447820
3 changed files with 1 additions and 2 deletions

View File

@@ -152,7 +152,6 @@ class FileBasedCache(BaseCache):
return filelist
# For backwards compatibility
class CacheClass(FileBasedCache):
pass