Skip to content

Commit 8669723

Browse files
committed
updates formatting to resolve linting error
1 parent cd6800d commit 8669723

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

google/auth/_default.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,8 @@ def _get_explicit_environ_credentials(quota_project_id=None):
333333
explicit_file = os.environ.get(environment_vars.CREDENTIALS, "")
334334

335335
_LOGGER.debug(
336-
"Checking '%s' for explicit credentials as part of auth process...", explicit_file
336+
"Checking '%s' for explicit credentials as part of auth process...",
337+
explicit_file,
337338
)
338339

339340
if explicit_file != "" and explicit_file == cloud_sdk_adc_path:

0 commit comments

Comments
 (0)