pep8
parent
b370fe61c0
commit
edb45aae38
|
@ -56,7 +56,8 @@ class GroupServerStore(SQLBaseStore):
|
|||
"group_id": group_id,
|
||||
},
|
||||
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,
|
||||
desc="get_group",
|
||||
|
|
Loading…
Reference in New Issue