Skip to content

Commit 5624c01

Browse files
committed
minimum change to force linting
1 parent b3ca040 commit 5624c01

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

secretmanager/snippets/create_secret.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
import argparse
2020
from typing import Optional
2121

22+
# Import the Secret Manager client library.
2223
from google.cloud import secretmanager
2324

2425

@@ -50,8 +51,6 @@ def create_secret(
5051
new_secret_with_ttl = create_secret("my-project", "my-timed-secret", "7776000s")
5152
"""
5253

53-
# Import the Secret Manager client library.
54-
from google.cloud import secretmanager
5554

5655
# Create the Secret Manager client.
5756
client = secretmanager.SecretManagerServiceClient()

0 commit comments

Comments
 (0)