Maverick message fix (#16940)

* message fix for maverick

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* cleanup

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Sherin Thomas 2023-03-03 22:31:38 +05:30 committed by GitHub
parent 760612fb8a
commit f224c68b15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -201,10 +201,7 @@ def connect_maverick(name: str, project_name: str = "") -> None:
# Sleeping for 0.5 seconds
time.sleep(0.5)
rich.print(
f"[green]Succeeded[/green]: maverick {name} has been connected to lightning. \n "
f"Go to https://{name}.{CLOUD_PROXY_HOST} to access the maverick."
)
rich.print(f"[green]Succeeded[/green]: maverick {name} has been connected to lightning.")
@click.argument("name", required=True)