Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
michael7nightingale committed Oct 18, 2023
1 parent 2b46ae4 commit ca99ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/core/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def github_login_url(self) -> str:

@property
def google_login_url(self) -> str:
return "{token_request_uri}?response_type={response_type}&client_id={client_id}&redirect_uri={redirect_uri}&scope={scope}".format(
return "{token_request_uri}?response_type={response_type}&client_id={client_id}&redirect_uri={redirect_uri}&scope={scope}".format( # noqa: E501
# noqa: E501
token_request_uri="https://accounts.google.com/o/oauth2/auth",
response_type="code",
Expand Down

0 comments on commit ca99ed2

Please sign in to comment.