disable linting unused-argument
This commit is contained in:
parent
598a0587cf
commit
cf53134577
3 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue