Python formatting

This commit is contained in:
Mouse Reeve
2022-02-17 16:28:55 -08:00
parent 9132c054f2
commit 3869f0cc1a
2 changed files with 4 additions and 2 deletions

View File

@ -13,7 +13,7 @@ VERSION = "0.3.0"
RELEASE_API = env(
"RELEASE_API",
"https://api.github.com/repos/bookwyrm-social/bookwyrm/releases/latest"
"https://api.github.com/repos/bookwyrm-social/bookwyrm/releases/latest",
)
PAGE_LENGTH = env("PAGE_LENGTH", 15)