Skip to content

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Feb 14, 2024
1 parent 3a04a3b commit 7d3d36e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions google/auth/compute_engine/credentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ def universe_domain(self):
return self._universe_domain
if self._universe_domain_request is None:
from google.auth.transport import requests as google_auth_requests

self._universe_domain_request = google_auth_requests.Request()
self._universe_domain = _metadata.get_universe_domain(
self._universe_domain_request
Expand Down

0 comments on commit 7d3d36e

Please sign in to comment.