diff options
Diffstat (limited to 'cmd2/utils.py')
-rw-r--r-- | cmd2/utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd2/utils.py b/cmd2/utils.py index a975c6b8..dbe39213 100644 --- a/cmd2/utils.py +++ b/cmd2/utils.py @@ -5,7 +5,6 @@ import collections from . import constants - def strip_ansi(text: str) -> str: """Strip ANSI escape codes from a string. |