Python formatting
This commit is contained in:
parent
af2f78095e
commit
62ff9d6199
7 changed files with 16 additions and 18 deletions
|
@ -45,8 +45,8 @@ class ReadingStatus(View):
|
|||
if not identifier:
|
||||
return HttpResponseBadRequest()
|
||||
|
||||
desired_shelf = get_object_or_404(models.Shelf,
|
||||
identifier=identifier, user=request.user
|
||||
desired_shelf = get_object_or_404(
|
||||
models.Shelf, identifier=identifier, user=request.user
|
||||
)
|
||||
|
||||
book = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue