Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 14, 2022
1 parent a773353 commit 16bdb7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lightning_app/utilities/login.py
Expand Up @@ -163,9 +163,9 @@ def login_with_browser(self, auth: Auth) -> None:

logger.info(
"\nAttempting to automatically open the login page in your default browser.\n"
"If the browser does not open, navigate to the \"Keys\" tab on your Lightning AI profile page:\n\n"
'If the browser does not open, navigate to the "Keys" tab on your Lightning AI profile page:\n\n'
f"{get_lightning_cloud_url()}/me/keys\n\n"
"Copy the \"Headless CLI Login\" command, and execute it in your terminal.\n"
'Copy the "Headless CLI Login" command, and execute it in your terminal.\n'
)
click.launch(url)

Expand Down

0 comments on commit 16bdb7d

Please sign in to comment.