Skip to content

Commit ecd48fa

Browse files
authored
Update access_token.py
Removing the "all" tag.
1 parent 5dc95cb commit ecd48fa

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

compute/auth/access_token.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
For more information, see the README.md under /compute.
2020
"""
2121

22-
# [START all]
2322
# [START compute_auth_access_token]
2423

2524
import argparse
@@ -95,4 +94,3 @@ def main(project_id: str) -> None:
9594

9695
main(args.project_id)
9796
# [END compute_auth_access_token]
98-
# [END all]

0 commit comments

Comments
 (0)