mirror of
https://github.com/django/django.git
synced 2025-10-06 08:40:42 +00:00
PEP8 cleanup
Signed-off-by: Jason Myers <jason@jasonamyers.com>
This commit is contained in:
parent
0fdb692c6c
commit
7a61c68c50
128 changed files with 739 additions and 206 deletions
1
tests/cache/liberal_backend.py
vendored
1
tests/cache/liberal_backend.py
vendored
|
@ -5,5 +5,6 @@ class LiberalKeyValidationMixin(object):
|
|||
def validate_key(self, key):
|
||||
pass
|
||||
|
||||
|
||||
class CacheClass(LiberalKeyValidationMixin, LocMemCache):
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue