We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81799ee commit 8cc01a5Copy full SHA for 8cc01a5
1 file changed
‎src/fastapi_cloud_cli/commands/deploy.py‎
@@ -845,9 +845,7 @@ def deploy(
845
if is_more:
846
toolkit.print(f" [dim]...and {len(large_files) - 3} more[/dim]")
847
848
- large_files_docs_url = (
849
- "https://fastapicloud.com/docs/fastapi-cloud-cli/deploy/#large-files-warning"
850
- )
+ large_files_docs_url = "https://fastapicloud.com/docs/fastapi-cloud-cli/deploy/#large-files-warning"
851
toolkit.print(
852
f"Read more: [link={large_files_docs_url}]{large_files_docs_url}[/link]",
853
tag="tip",
0 commit comments