mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-16 21:18:02 +00:00
Only a happy pylint is a good pylint
This commit is contained in:
@@ -18,7 +18,7 @@ class AvatarImageView(TemplateView):
|
||||
'''
|
||||
# TODO: Do cache resize images!! Memcached?
|
||||
|
||||
def get(self, request, *args, **kwargs):
|
||||
def get(self, request, *args, **kwargs): # pylint: disable=too-many-branches
|
||||
'''
|
||||
Override get from parent class
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user