Python formatting
This commit is contained in:
parent
9132c054f2
commit
3869f0cc1a
2 changed files with 4 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue