josh-fell commented on code in PR #24236:
URL: https://github.com/apache/airflow/pull/24236#discussion_r896907152


##########
dev/breeze/src/airflow_breeze/commands/configuration_and_maintenance_commands.py:
##########
@@ -157,9 +157,9 @@ def cleanup(verbose: bool, dry_run: bool, 
github_repository: str, all: bool, ans
         )
         images = command_result.stdout.splitlines() if command_result and 
command_result.stdout else []
         if images:
-            get_console().print("[light_blue]Removing images:[/]")
+            get_console().print("[info]Removing images:[/]")

Review Comment:
   Should these use the new Enum too?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to