We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3ca040 commit 5624c01Copy full SHA for 5624c01
secretmanager/snippets/create_secret.py
@@ -19,6 +19,7 @@
19
import argparse
20
from typing import Optional
21
22
+# Import the Secret Manager client library.
23
from google.cloud import secretmanager
24
25
@@ -50,8 +51,6 @@ def create_secret(
50
51
new_secret_with_ttl = create_secret("my-project", "my-timed-secret", "7776000s")
52
"""
53
- # Import the Secret Manager client library.
54
- from google.cloud import secretmanager
55
56
# Create the Secret Manager client.
57
client = secretmanager.SecretManagerServiceClient()
0 commit comments