1
0
Fork 0

disable linting unused-argument

This commit is contained in:
Vivianne Langdon 2022-03-11 21:19:20 -08:00
parent 598a0587cf
commit cf53134577
3 changed files with 4 additions and 0 deletions

View file

@ -113,6 +113,7 @@ class DirectMessage(View):
class Status(View):
"""get posting"""
# pylint: disable=unused-argument
def get(self, request, username, status_id, slug=None):
"""display a particular status (and replies, etc)"""
user = get_user_from_username(request.user, username)