Skip to content

Commit

Permalink
fix statement name error
Browse files Browse the repository at this point in the history
  • Loading branch information
ohmayr committed Oct 1, 2024
1 parent 2891173 commit acdadee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/api_core/operations_v1/transports/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def __init__(

# Save the hostname. Default to port 443 (HTTPS) if none is specified.
if ":" not in host:
host += ":443" # pragme: NO COVER
host += ":443" # pragma: NO COVER
self._host = host

scopes_kwargs = {"scopes": scopes, "default_scopes": self.AUTH_SCOPES}
Expand Down

0 comments on commit acdadee

Please sign in to comment.