Skip to content

Commit cd1c890

Browse files
🎨 Auto format
1 parent 4cdcec2 commit cd1c890

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

‎src/fastapi_cloud_cli/commands/whoami.py‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ def whoami() -> Any:
1313

1414
with get_rich_toolkit(minimal=True) as toolkit:
1515
if not identity.is_logged_in():
16-
toolkit.print("No credentials found. Use [blue]`fastapi login`[/] to login.")
16+
toolkit.print(
17+
"No credentials found. Use [blue]`fastapi login`[/] to login."
18+
)
1719
else:
1820
with APIClient() as client:
1921
with toolkit.progress(

0 commit comments

Comments
 (0)