From 16bdb7dd8e73aa3db303fa0cdca89dd5f8ca44d7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 16:27:34 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/lightning_app/utilities/login.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lightning_app/utilities/login.py b/src/lightning_app/utilities/login.py index 508aca237b2cf9..ff04e3b865d415 100644 --- a/src/lightning_app/utilities/login.py +++ b/src/lightning_app/utilities/login.py @@ -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)