Skip to content

Commit

Permalink
Merge pull request #304 from GoogleCloudPlatform/fix-lint
Browse files Browse the repository at this point in the history
Fix lint error.
  • Loading branch information
jerjou committed Apr 28, 2016
2 parents 75106f5 + cd7874e commit 502ef25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion managed_vms/endpoints/clients/google-id-token-client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 502ef25

Please sign in to comment.