mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-04 09:54:49 -04:00
pep8
This commit is contained in:
parent
b370fe61c0
commit
edb45aae38
1 changed files with 2 additions and 1 deletions
|
@ -56,7 +56,8 @@ class GroupServerStore(SQLBaseStore):
|
||||||
"group_id": group_id,
|
"group_id": group_id,
|
||||||
},
|
},
|
||||||
retcols=(
|
retcols=(
|
||||||
"name", "short_description", "long_description", "avatar_url", "is_public", "is_joinable",
|
"name", "short_description", "long_description",
|
||||||
|
"avatar_url", "is_public", "is_joinable",
|
||||||
),
|
),
|
||||||
allow_none=True,
|
allow_none=True,
|
||||||
desc="get_group",
|
desc="get_group",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue