potiuk commented on code in PR #24236:
URL: https://github.com/apache/airflow/pull/24236#discussion_r897293582


##########
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:
   Hmm. I think in most cases "[info]...." is a bit better than 
f"{INFO.value}....." + import :).
   
   The only place where it makes sense to use enum is where it is 
programmatically passed (as it is in ci_group as parameter, then it's worth to 
use enum  :)



-- 
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