pylint Y U like this?

This commit is contained in:
Hugh Rundle
2021-11-01 20:04:25 +11:00
parent 6556090524
commit c3ba7ba547
3 changed files with 4 additions and 2 deletions

View File

@ -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