mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +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 git
|
||||||
import pyperclip
|
import pyperclip
|
||||||
from PIL import Image, ImageGrab
|
from PIL import Image, ImageGrab
|
||||||
|
from rich.text import Text
|
||||||
|
|
||||||
from aider import models, prompts, voice
|
from aider import models, prompts, voice
|
||||||
from aider.help import Help, install_help_extra
|
from aider.help import Help, install_help_extra
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue