Skip to content

Commit

Permalink
fix: export detect_gce_residency_linux function (#1403)
Browse files Browse the repository at this point in the history
  • Loading branch information
arithmetic1728 committed Oct 31, 2023
1 parent 15f330e commit 809da13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion google/auth/compute_engine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@

"""Google Compute Engine authentication."""

from google.auth.compute_engine._metadata import detect_gce_residency_linux
from google.auth.compute_engine.credentials import Credentials
from google.auth.compute_engine.credentials import IDTokenCredentials


__all__ = ["Credentials", "IDTokenCredentials"]
__all__ = ["Credentials", "IDTokenCredentials", "detect_gce_residency_linux"]
Binary file modified system_tests/secrets.tar.enc
Binary file not shown.

0 comments on commit 809da13

Please sign in to comment.