Skip to content

Commit

Permalink
format python
Browse files Browse the repository at this point in the history
  • Loading branch information
usamabinnadeem-10 committed Aug 20, 2024
1 parent edca1a1 commit 6c62a0e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion webapp/login.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,11 @@ def login_handler():
extensions=[
openid_macaroon,
TeamsRequest(
query_membership=[COMMUNITY_TEAM, CREDENTIALS_TEAM, CREDENTIALS_SUPPORT],
query_membership=[
COMMUNITY_TEAM,
CREDENTIALS_TEAM,
CREDENTIALS_SUPPORT,
],
lp_ns_uri="http://ns.launchpad.net/2007/openid-teams",
),
],
Expand Down

0 comments on commit 6c62a0e

Please sign in to comment.