Skip to content

Commit 64fc46a

Browse files
style: fix formatting issues in _extract_secret_name docstring
Co-Authored-By: Aaron <AJ> Steers <[email protected]>
1 parent a8cd0e7 commit 64fc46a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

airbyte_cdk/cli/airbyte_cdk/_secrets.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,14 +268,14 @@ def list_(
268268

269269
def _extract_secret_name(secret_name: str) -> str:
270270
"""Extract the secret name from a fully qualified secret path.
271-
271+
272272
Handles different formats of secret names:
273273
- Full path: "projects/project-id/secrets/SECRET_NAME"
274274
- Already extracted: "SECRET_NAME"
275-
275+
276276
Args:
277277
secret_name: The secret name or path
278-
278+
279279
Returns:
280280
str: The extracted secret name without project prefix
281281
"""

0 commit comments

Comments
 (0)