Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit b7b48f1

Browse files
albertjanJon Wayne Parrott
authored andcommitted
fix comment, seconds not sections (#210)
* fix comment, seconds not sections * make the build go green
1 parent 3ef03b3 commit b7b48f1

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

google/oauth2/service_account.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
from google.auth import jwt
8080
from google.oauth2 import _client
8181

82-
_DEFAULT_TOKEN_LIFETIME_SECS = 3600 # 1 hour in sections
82+
_DEFAULT_TOKEN_LIFETIME_SECS = 3600 # 1 hour in seconds
8383

8484

8585
class Credentials(credentials.Signing,

tests/transport/test__http_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
from google.auth import exceptions
1818
import google.auth.transport._http_client
19-
2019
from tests.transport import compliance
2120

2221

0 commit comments

Comments
 (0)