From 1e6089d5b9a1bab31c8a1d9708dbde92636e9b3b Mon Sep 17 00:00:00 2001 From: Patrick Arminio Date: Thu, 10 Jul 2025 13:52:09 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Remove=20redundant=20thank=20you?= =?UTF-8?q?=20message?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/fastapi_cloud_cli/commands/deploy.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/fastapi_cloud_cli/commands/deploy.py b/src/fastapi_cloud_cli/commands/deploy.py index 690cddf..6d5dce1 100644 --- a/src/fastapi_cloud_cli/commands/deploy.py +++ b/src/fastapi_cloud_cli/commands/deploy.py @@ -529,10 +529,6 @@ def _waitlist_form(toolkit: RichToolkit) -> None: check=False, ) - toolkit.print_line() - - toolkit.print("Thank you for your interest in FastAPI Cloud! 🚀") - def deploy( path: Annotated[