Skip to content

Commit eef0f27

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2a73f96 commit eef0f27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/profiles/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def get_context_data(self, **kwargs):
134134
context["claims"][claim] = value
135135
context["scopes"] = self.scopes
136136
context["active_scopes"] = ["openid"] + sorted(
137-
set(self.request.GET.getlist(key="scopes"))
137+
set(self.request.GET.getlist(key="scopes")),
138138
)
139139
context["all_scopes"] = sorted(set(self.scopes.values()))
140140
del context["all_scopes"][context["all_scopes"].index("openid")]

0 commit comments

Comments
 (0)