Pytohn formatting
This commit is contained in:
parent
6e3a203b46
commit
abde06a700
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@ class Directory(View):
|
|||
discoverable=True,
|
||||
bookwyrm_user=True,
|
||||
is_active=True,
|
||||
).order_by('-last_active_date')
|
||||
).order_by("-last_active_date")
|
||||
paginated = Paginator(users, 12)
|
||||
|
||||
data = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue