Skip to content

Commit d3b3a6e

Browse files
committed
fix: no cover
1 parent 2eb9065 commit d3b3a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/google/cloud/storage/_http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def __init__(self, client, client_info=None, api_endpoint=DEFAULT_API_ENDPOINT):
3737
self._client_info.client_library_version = __version__
3838

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

0 commit comments

Comments
 (0)