Skip to content

Commit f88a170

Browse files
committed
formatting
1 parent ac2d554 commit f88a170

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

airbyte_cdk/cli/airbyte_cdk/_secrets.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@
2929
CONNECTOR_LABEL = "connector"
3030

3131

32-
@click.group(name="secrets", help=__doc__.replace("\n", "\n\n"))
32+
@click.group(
33+
name="secrets",
34+
help=__doc__.replace("\n", "\n\n"),
35+
)
3336
def secrets_cli_group() -> None:
3437
"""Secret management commands."""
3538
pass
@@ -71,7 +74,8 @@ def fetch(
7174
except ImportError:
7275
raise ImportError(
7376
"google-cloud-secret-manager package is required for Secret Manager integration. "
74-
"Install it with 'pip install airbyte-cdk[dev]' or 'pip install google-cloud-secret-manager'."
77+
"Install it with 'pip install airbyte-cdk[dev]' "
78+
"or 'pip install google-cloud-secret-manager'."
7579
)
7680

7781
click.echo("Fetching secrets...")

0 commit comments

Comments
 (0)