Skip to content

Commit

Permalink
Fix pylint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
shawwn committed Aug 5, 2020
1 parent efe0812 commit 3b5dca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tensorflow/python/tpu/client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ def _environment_discovery_url():

def _gce_metadata_endpoint():
return 'http://' + os.environ.get(
_GCE_METADATA_URL_ENV_VARIABLE,
'metadata.google.internal')
_GCE_METADATA_URL_ENV_VARIABLE,
'metadata.google.internal')


def _request_compute_metadata(path):
Expand Down

0 comments on commit 3b5dca4

Please sign in to comment.