format
This commit is contained in:
parent
909060e985
commit
3cfd81efa6
|
@ -26,6 +26,7 @@ def user_group_list_for_current_user() -> flask.wrappers.Response:
|
||||||
group_identifiers = [
|
group_identifiers = [
|
||||||
i.identifier
|
i.identifier
|
||||||
for i in groups
|
for i in groups
|
||||||
if i.identifier != current_app.config["SPIFFWORKFLOW_BACKEND_DEFAULT_USER_GROUP"]
|
if i.identifier
|
||||||
|
!= current_app.config["SPIFFWORKFLOW_BACKEND_DEFAULT_USER_GROUP"]
|
||||||
]
|
]
|
||||||
return make_response(jsonify(sorted(group_identifiers)), 200)
|
return make_response(jsonify(sorted(group_identifiers)), 200)
|
||||||
|
|
Loading…
Reference in New Issue