Fixes python formatting

This commit is contained in:
Mouse Reeve
2021-05-22 09:55:38 -07:00
parent 07fc4a2efc
commit 2ff79c9953
2 changed files with 3 additions and 3 deletions

View File

@ -172,4 +172,4 @@ def get_discover_books():
.annotate(Max("review__published_date"))
.order_by("-review__published_date__max")[:6]
)
)
)