Skip to content

Commit

Permalink
Revert "fix: add gcloud-python header to user agent (#9551)"
Browse files Browse the repository at this point in the history
This reverts commit dc817e9.

Closes #25.
  • Loading branch information
tseaver committed May 24, 2021
1 parent c7c71cd commit 2ae94d9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions google/cloud/storage/_http.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ def __init__(self, client, client_info=None, api_endpoint=None):
self.ALLOW_AUTO_SWITCH_TO_MTLS_URL = api_endpoint is None
self._client_info.client_library_version = __version__

# TODO: When metrics all use gccl, this should be removed #9552
if self._client_info.user_agent is None: # pragma: no branch
self._client_info.user_agent = ""
self._client_info.user_agent += " gcloud-python/{} ".format(__version__)

API_VERSION = "v1"
"""The version of the API, used in building the API call's URL."""

Expand Down

0 comments on commit 2ae94d9

Please sign in to comment.