Skip to content
Snippets Groups Projects
Commit edb45aae authored by David Baker's avatar David Baker Committed by Luke Barnard
Browse files

pep8

parent b370fe61
Branches
Tags v0.29.0
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment