Skip to content

Commit fefd4d7

Browse files
committed
Formatting
1 parent 4c850e8 commit fefd4d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/teams.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ def has_team_role(api_endpoint, headers, org, team_slug, role_id, legacy=False):
8888
if legacy:
8989
# http(s)://HOSTNAME/api/v3/orgs/ORG/security-managers
9090
response = requests.get(
91-
api_endpoint
92-
+ "/orgs/{}/security-managers".format(quote(org)),
91+
api_endpoint + "/orgs/{}/security-managers".format(quote(org)),
9392
headers=add_request_headers(headers),
9493
)
9594
response.raise_for_status()

0 commit comments

Comments
 (0)