Normalize quotes in `oidc-exchange.py` to fix Q000
This commit is contained in:
parent
e6ad7277fd
commit
7f0e83ee55
|
@ -10,7 +10,7 @@ from urllib.parse import urlparse
|
||||||
import id # pylint: disable=redefined-builtin
|
import id # pylint: disable=redefined-builtin
|
||||||
import requests
|
import requests
|
||||||
|
|
||||||
_GITHUB_STEP_SUMMARY = Path(os.getenv("GITHUB_STEP_SUMMARY"))
|
_GITHUB_STEP_SUMMARY = Path(os.getenv('GITHUB_STEP_SUMMARY'))
|
||||||
|
|
||||||
# The top-level error message that gets rendered.
|
# The top-level error message that gets rendered.
|
||||||
# This message wraps one of the other templates/messages defined below.
|
# This message wraps one of the other templates/messages defined below.
|
||||||
|
|
Loading…
Reference in New Issue