code cleanup
This commit is contained in:
parent
b406a03533
commit
a3270551f9
4 changed files with 6 additions and 2 deletions
|
@ -54,6 +54,7 @@ class CreateStatus(View):
|
|||
data = {"book": book}
|
||||
return TemplateResponse(request, "compose.html", data)
|
||||
|
||||
# pylint: disable=too-many-branches
|
||||
def post(self, request, status_type, existing_status_id=None):
|
||||
"""create status of whatever type"""
|
||||
created = not existing_status_id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue