From 0b986717ebdaa6a0e3f6ae5f66d5c972d31347a2 Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Wed, 11 Feb 2026 18:40:58 +0000 Subject: [PATCH] Cleaner message --- fastapi_vue_setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/fastapi_vue_setup.py b/fastapi_vue_setup.py index 924a5f2..6e06ca2 100644 --- a/fastapi_vue_setup.py +++ b/fastapi_vue_setup.py @@ -1564,9 +1564,7 @@ def cmd_setup(args: argparse.Namespace) -> int: # Show merge note if any .new.py files were written if _new_files_written: print() - print( - "⚠️ Note: Some files could not be auto-upgraded because you customized them." - ) + print("⚠️ Some files could not be auto-upgraded because you customized them.") print(" Please manually merge the following files:") for new_file, original_file in _new_files_written: try: