commit | 54a8517f532901ee1c34c56e27b2cda827973fb6 | [log] [tgz] |
---|---|---|
author | Jon Wayne Parrott <jonwayne@google.com> | Mon Oct 17 11:27:37 2016 -0700 |
committer | Jon Wayne Parrott <jonwayne@google.com> | Mon Oct 17 11:27:37 2016 -0700 |
tree | ad547daca2b6a55dd80088df19a03aff9053bc08 | |
parent | abcd3ed29385dd5b7f34ee0e760dac26e4ea1b18 [diff] [blame] |
Fix import order
diff --git a/google/auth/jwt.py b/google/auth/jwt.py index 394a7d5..12c95eb 100644 --- a/google/auth/jwt.py +++ b/google/auth/jwt.py
@@ -48,9 +48,9 @@ from six.moves import urllib +from google.auth import _helpers from google.auth import credentials from google.auth import crypt -from google.auth import _helpers _DEFAULT_TOKEN_LIFETIME_SECS = 3600 # 1 hour in sections