moar code linting
This commit is contained in:
parent
a9d921cc06
commit
d8e83ffe82
2 changed files with 2 additions and 6 deletions
|
@ -152,6 +152,7 @@ class ConfirmEditBook(View):
|
|||
"""confirm edits to a book"""
|
||||
|
||||
# pylint: disable=too-many-locals
|
||||
# pylint: disable=too-many-branches
|
||||
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