Python formatting

This commit is contained in:
Mouse Reeve
2021-09-27 16:08:52 -07:00
parent af2f78095e
commit 62ff9d6199
7 changed files with 16 additions and 18 deletions

View File

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