Skip to content

Commit 93bf878

Browse files
Update src/apm_cli/utils/console.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d501ed6 commit 93bf878

1 file changed

Lines changed: 1 addition & 15 deletions

File tree

src/apm_cli/utils/console.py

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,4 @@
1-
"""Console utility functions fo# Status symbols for consistent iconography
2-
STATUS_SYMBOLS = {
3-
'success': '✓',
4-
'sparkles': '✓',
5-
'running': '•',
6-
'gear': '•',
7-
'info': '•',
8-
'warning': '⚠',
9-
'error': '✗',
10-
'check': '✓',
11-
'list': '•',
12-
'preview': '•',
13-
'robot': '•',
14-
'metrics': '•'
15-
}ng and output."""
1+
"""Console utility functions for formatting and output."""
162

173
import click
184
import sys

0 commit comments

Comments
 (0)