pylint Y U like this?
This commit is contained in:
parent
6556090524
commit
c3ba7ba547
3 changed files with 4 additions and 2 deletions
|
@ -148,6 +148,7 @@ class EditBook(View):
|
|||
class ConfirmEditBook(View):
|
||||
"""confirm edits to a book"""
|
||||
|
||||
# pylint: disable=too-many-locals
|
||||
def post(self, request, book_id=None):
|
||||
"""edit a book cool"""
|
||||
# returns None if no match is found
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue