Skip to content

Commit 8cc01a5

Browse files
🎨 Auto format
1 parent 81799ee commit 8cc01a5

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

‎src/fastapi_cloud_cli/commands/deploy.py‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -845,9 +845,7 @@ def deploy(
845845
if is_more:
846846
toolkit.print(f" [dim]...and {len(large_files) - 3} more[/dim]")
847847

848-
large_files_docs_url = (
849-
"https://fastapicloud.com/docs/fastapi-cloud-cli/deploy/#large-files-warning"
850-
)
848+
large_files_docs_url = "https://fastapicloud.com/docs/fastapi-cloud-cli/deploy/#large-files-warning"
851849
toolkit.print(
852850
f"Read more: [link={large_files_docs_url}]{large_files_docs_url}[/link]",
853851
tag="tip",

0 commit comments

Comments
 (0)