From 93bf878908fdf05fb508fd22410cb56b5966a434 Mon Sep 17 00:00:00 2001 From: Daniel Meppiel <51440732+danielmeppiel@users.noreply.github.com> Date: Tue, 16 Sep 2025 13:56:00 +0200 Subject: [PATCH] Update src/apm_cli/utils/console.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/apm_cli/utils/console.py | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/src/apm_cli/utils/console.py b/src/apm_cli/utils/console.py index acd5eb55..8210de9d 100644 --- a/src/apm_cli/utils/console.py +++ b/src/apm_cli/utils/console.py @@ -1,18 +1,4 @@ -"""Console utility functions fo# Status symbols for consistent iconography -STATUS_SYMBOLS = { - 'success': '✓', - 'sparkles': '✓', - 'running': '•', - 'gear': '•', - 'info': '•', - 'warning': '⚠', - 'error': '✗', - 'check': '✓', - 'list': '•', - 'preview': '•', - 'robot': '•', - 'metrics': '•' -}ng and output.""" +"""Console utility functions for formatting and output.""" import click import sys