diff --git a/superset/cli/main.py b/superset/cli/main.py index 10b60b5afea39..aa7e3068f8b9d 100755 --- a/superset/cli/main.py +++ b/superset/cli/main.py @@ -38,6 +38,7 @@ @with_appcontext def superset() -> None: """\033[1;37mThe Apache Superset CLI\033[0m""" + # NOTE: codes above are ANSI color codes for bold white in CLI header ^^^ @app.shell_context_processor def make_shell_context() -> dict[str, Any]: