Skip to content

Commit 16bdb7d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a773353 commit 16bdb7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lightning_app/utilities/login.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,9 @@ def login_with_browser(self, auth: Auth) -> None:
163163

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

0 commit comments

Comments
 (0)