diff --git a/managed_vms/endpoints/clients/google-id-token-client.py b/managed_vms/endpoints/clients/google-id-token-client.py index fd4bf61a0de..e559dbe61a9 100644 --- a/managed_vms/endpoints/clients/google-id-token-client.py +++ b/managed_vms/endpoints/clients/google-id-token-client.py @@ -20,8 +20,8 @@ import argparse import oauth2client.client -import oauth2client.tools import oauth2client.file +import oauth2client.tools import requests from six.moves import urllib