Skip to content

Commit

Permalink
Fix flake8 warning in test case
Browse files Browse the repository at this point in the history
  • Loading branch information
psrb committed Nov 2, 2019
1 parent 5e8ae71 commit b273a43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pylint_django/tests/input/func_unused_arguments.py
Expand Up @@ -14,6 +14,7 @@

request = None # pylint: disable=invalid-name


def user_detail(request, user_id): # [unused-argument]
# nothing is done with user_id
return JsonResponse({'username': 'steve'})
Expand Down

0 comments on commit b273a43

Please sign in to comment.