mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
fix: Import Text class from rich.text module
This commit is contained in:
parent
ddedd40307
commit
cb709bd4ce
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ from pathlib import Path
|
|||
import git
|
||||
import pyperclip
|
||||
from PIL import Image, ImageGrab
|
||||
from rich.text import Text
|
||||
|
||||
from aider import models, prompts, voice
|
||||
from aider.help import Help, install_help_extra
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue