mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-26 11:31:08 +00:00
Python formatting
This commit is contained in:
parent
86b519b844
commit
de16dd75c6
1 changed files with 1 additions and 0 deletions
|
@ -206,6 +206,7 @@ def get_suggested_users(user):
|
||||||
.all()[:5]
|
.all()[:5]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
def get_annotated_users(user, *args, **kwargs):
|
def get_annotated_users(user, *args, **kwargs):
|
||||||
""" Users, annotated with things they have in common """
|
""" Users, annotated with things they have in common """
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Reference in a new issue