Skip to content

Commit 502ef25

Browse files
committed
Merge pull request #304 from GoogleCloudPlatform/fix-lint
Fix lint error.
2 parents 75106f5 + cd7874e commit 502ef25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

managed_vms/endpoints/clients/google-id-token-client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
import argparse
2121

2222
import oauth2client.client
23-
import oauth2client.tools
2423
import oauth2client.file
24+
import oauth2client.tools
2525
import requests
2626
from six.moves import urllib
2727

0 commit comments

Comments
 (0)