style: remove unused import of Text from rich.text

This commit is contained in:
Paul Gauthier (aider) 2024-08-27 13:29:43 -07:00
parent 6f6b016d0f
commit c6c57f0b6e

View file

@ -9,7 +9,6 @@ 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