mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
fix: Add missing ColorParseError import
This commit is contained in:
parent
5bcad73515
commit
b0acc95b01
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ from prompt_toolkit.styles import Style
|
|||
from pygments.lexers import MarkdownLexer, guess_lexer_for_filename
|
||||
from pygments.token import Token
|
||||
from rich.columns import Columns
|
||||
from rich.color import ColorParseError
|
||||
from rich.console import Console
|
||||
from rich.markdown import Markdown
|
||||
from rich.style import Style as RichStyle
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue